Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 123 of 123 for javaVersion (0.12 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/configuration/ExecuteDomainObjectCollectionCallbackBuildOperationTypeIntegrationTest.groovy

            p.dependencies {
                artifactTypes {
                    jar {
                        attributes.attribute(Attribute.of('usage', String), 'java-runtime')
                        attributes.attribute(Attribute.of('javaVersion', String), '1.8')
                    }
                }
            }
            """
        }
    
        private String createDependencyConstraintSnippet() {
            """
                ${createFooDependencySnippet()}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaToolchainBuildOperationsIntegrationTest.groovy

            eventsOnCompile = toolchainEvents(":compileKotlin")
            eventsOnTest = toolchainEvents(":test")
    
            then:
            if (isKotlin1dot6 && Jvm.current().javaVersion.java8 && GradleContextualExecuter.configCache) {
                // For Kotlin 1.6 the compilation is not up-to-date with configuration caching when running on Java 8
                executedAndNotSkipped(":compileKotlin")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    .2+| version < `2.13.1`                 | yes   | `-target:jvm-1.<java_version>`
                                            | no    | `-target:jvm-1.8`
    .2+| `2.13.1` \<= version < `2.13.9`    | yes   | `-target:<java_version>`
                                            | no    | `-target:8`
    .2+| `2.13.9` \<= version < `3.0`       | yes   | `-release:<java_version>`
                                            | no    | `-target:8`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
Back to top