Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ibm_semeru_should_not_be_used (0.22 sec)

  1. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/internal/DefaultToolchainSpec.java

                DeprecationLogger.deprecateBehaviour("Requesting JVM vendor IBM_SEMERU.")
                    .willBeRemovedInGradle9()
                    .withUpgradeGuideSection(8, "ibm_semeru_should_not_be_used")
                    .nagUser();
            }
            return getLanguageVersion().isPresent() || isSecondaryPropertiesUnchanged();
        }
    
        private boolean isSecondaryPropertiesUnchanged() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 18:07:00 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainIntegrationTest.groovy

                "Consult the upgrading guide for further information: https://docs.gradle.org/current/userguide/upgrading_version_8.html#ibm_semeru_should_not_be_used"
    
            then:
            fails ':build'
            failure.assertHasDescription("Could not determine the dependencies of task ':compileJava'.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 15:18:26 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    These members will be removed in Gradle 9.0.
    
    * `WrapUtil.toDomainObjectSet(...)`
    * `GUtil.toCamelCase(...)`
    * `GUtil.toLowerCase(...)`
    * `ConfigureUtil`
    
    [[ibm_semeru_should_not_be_used]]
    ==== Deprecated JVM vendor IBM Semeru
    
    The enum constant `JvmVendorSpec.IBM_SEMERU` is now deprecated and will be removed in Gradle 9.0.
    
    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