Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 122 for nagUser (0.25 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/GraphVariantSelector.java

                    .forConsumption()
                    .willBecomeAnErrorInGradle9()
                    .withUserManual("declaring_dependencies", "sec:deprecated-configurations")
                    .nagUser();
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/main/java/org/gradle/internal/deprecation/DeprecationMessageBuilder.java

                this.builder = builder;
            }
    
            /**
             * Terminal operation. Emits the deprecation message.
             */
            public void nagUser() {
                DeprecationLogger.nagUserWith(builder, WithDocumentation.class);
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/projectmodule/DefaultProjectDependencyPublicationResolver.java

    //                .willBecomeAnErrorInGradle9()
    //                .withUpgradeGuideSection(8, "publishing_dependency_on_unpublished_project")
    //                .nagUser();
    
                return coordsType.cast(DefaultModuleVersionIdentifier.newId(project.getGroup().toString(), project.getName(), project.getVersion().toString()));
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/NamedDomainObjectContainerExtensions.kt

                .withAdvice("Use named(String) instead.")
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(8, "string_invoke")
                .nagUser()
            return delegate.named(this)
        }
    
        /**
         * Configures an object by name, without triggering its creation or configuration, failing if there is no such object.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 19 22:09:44 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/delegates/ProjectDelegate.kt

                DeprecationLogger.deprecateType(ProjectDelegate::class.java)
                    .willBeRemovedInGradle9()
                    .undocumented()
                    .nagUser()
            }
        }
    
        internal
        abstract val delegate: Project
    
        override fun getGroup(): Any =
            delegate.group
    
        override fun afterEvaluate(action: Action<in Project>) =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:16:16 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/dependencies/DefaultDependencyHandler.java

                .replaceWith("component metadata rules")
                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(8, "declaring_client_module_dependencies")
                .nagUser();
    
            return dependencyFactory.createModule(notation, configureClosure);
        }
    
        @Override
        public Dependency gradleApi() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 29 08:14:09 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  7. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

                .willBeRemovedInGradle9()
                .withUpgradeGuideSection(8, "test_framework_implementation_dependencies")
                .nagUser();
    
            if (isModule) {
                return new ForkedTestClasspath(
                    pathWithAdditionalModules(classpath, additional.applicationClasspath),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  8. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/AssignImmutableWorkspaceStep.java

                    "\n" +
                    outputHashes)
                .willBecomeAnErrorInGradle9()
                .undocumented()
                .nagUser();
            try {
                // We move the inconsistent workspace to a "temporary" location as a way to atomically move it out of the permanent workspace.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 16:44:11 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/InitScriptApi.kt

                DeprecationLogger.deprecateType(InitScriptApi::class.java)
                    .willBeRemovedInGradle9()
                    .undocumented()
                    .nagUser()
            }
        }
    
        protected
        abstract val fileOperations: FileOperations
    
        protected
        abstract val processOperations: ProcessOperations
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 15.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/SettingsScriptApi.kt

                DeprecationLogger.deprecateType(SettingsScriptApi::class.java)
                    .willBeRemovedInGradle9()
                    .undocumented()
                    .nagUser()
            }
        }
    
        protected
        abstract val fileOperations: FileOperations
    
        protected
        abstract val processOperations: ProcessOperations
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 15.3K bytes
    - Viewed (0)
Back to top