Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for java_extension_without_java_component (0.76 sec)

  1. platforms/jvm/plugins-java-base/src/integTest/groovy/org/gradle/api/plugins/JavaBasePluginIntegrationTest.groovy

            succeeds("help")
        }
    
        def "calling withJavadocJar is deprecated when the java plugin is not applied"() {
            given:
            buildFile << """
                plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java-base/src/main/java/org/gradle/api/plugins/internal/DefaultJavaPluginExtension.java

                    .withAdvice("Apply a JVM component plugin such as: java-library, application, groovy, or scala")
                    .willBeRemovedInGradle9()
                    .withUpgradeGuideSection(8, "java_extension_without_java_component")
                    .nagUser();
            }
        }
    
        public static class DefaultJavaResolutionConsistency implements JavaResolutionConsistency {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 19:59:45 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    The ability to create non-detached configurations with these names will be removed in Gradle 9.0.
    
    [[java_extension_without_java_component]]
    ==== Calling select methods on the `JavaPluginExtension` without the `java` component present
    
    Starting in Gradle 8.1, calling any of the following methods on `JavaPluginExtension` without
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top