Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 123 for nagUser (0.65 sec)

  1. subprojects/core/src/main/java/org/gradle/cache/internal/LegacyCacheCleanupEnablement.java

                        .willBeRemovedInGradle9()
                        .withUpgradeGuideSection(8, "disabling_user_home_cache_cleanup")
                        .nagUser();
                    return cleanup.equals("false");
                }
            }
            return false;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 09 22:09:09 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl-plugins/src/main/kotlin/org/gradle/kotlin/dsl/plugins/dsl/KotlinDslPluginOptions.kt

            .withAdvice("Configure a Java Toolchain instead.")
            .willBeRemovedInGradle9()
            .withUpgradeGuideSection(7, "kotlin_dsl_plugin_toolchains")
            .nagUser()
    }
    
    
    internal
    fun Project.kotlinDslPluginOptions(action: KotlinDslPluginOptions.() -> Unit) =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 06:37:53 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/precompile/PrecompiledInitScript.kt

                .withAdvice("Use a version of the plugin published with Gradle >= 6.0.")
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(8, "kotlin_dsl_precompiled_gradle_lt_6")
                .nagUser()
        }
    
        override val fileOperations by lazy { fileOperationsFor(delegate, null) }
    
        override val processOperations by lazy { delegate.serviceOf<ProcessOperations>() }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/util/RelativePathUtil.java

            DeprecationLogger.deprecateType(RelativePathUtil.class)
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(7, "org_gradle_util_reports_deprecations")
                .nagUser();
        }
    
        public RelativePathUtil() {
            logDeprecation();
        }
    
        /**
         * Returns a relative path from 'from' to 'to'
         *
         * @param from where to calculate from
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 07 08:48:40 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/execution/DefaultWorkValidationWarningRecorder.java

                        .withContext("Execution optimizations are disabled to ensure correctness.")
                        .willBeRemovedInGradle9())
                        .nagUser();
                }
            );
        }
    
        @Override
        public void reportWorkValidationWarningsAtEndOfBuild() {
            int workWithFailures = workWithFailuresCount.getAndSet(0);
            if (workWithFailures > 0) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:26:04 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. platforms/core-runtime/logging/src/main/java/org/gradle/util/SingleMessageLogger.java

        static {
            DeprecationLogger.deprecateType(SingleMessageLogger.class)
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(7, "org_gradle_util_reports_deprecations")
                .nagUser();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/util/DistributionLocator.java

            DeprecationLogger.deprecateType(DistributionLocator.class)
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(7, "org_gradle_util_reports_deprecations")
                .nagUser();
        }
    
        private static final String RELEASE_REPOSITORY = "https://services.gradle.org/distributions";
        private static final String SNAPSHOT_REPOSITORY = "https://services.gradle.org/distributions-snapshots";
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Sep 07 08:48:39 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  8. platforms/software/platform-base/src/main/java/org/gradle/api/internal/plugins/NaggingBasePluginConvention.java

            DeprecationLogger.deprecateType(org.gradle.api.plugins.BasePluginConvention.class)
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(8, "base_convention_deprecation")
                .nagUser();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/api/services/internal/BuildServiceProviderNagger.java

                .willBecomeAnErrorInGradle9()
                .withUpgradeGuideSection(7, "undeclared_build_service_usage")
                .nagUser();
        }
    
        private static String undeclaredBuildServiceUsage(BuildServiceProvider<?, ?> provider, TaskInternal task) {
            return "Build service '" + provider.getName() + "'" +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 08:22:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  10. subprojects/diagnostics/src/main/java/org/gradle/api/plugins/internal/DefaultProjectReportsPluginConvention.java

            DeprecationLogger.deprecateType(org.gradle.api.plugins.ProjectReportsPluginConvention.class)
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(8, "project_report_convention_deprecation")
                .nagUser();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 13 12:55:19 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top