Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for javaPluginToolchainVersion (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/plugin/devel/variants/TargetJVMVersionOnPluginTooNewFailureDescriberIntegrationTest.groovy

                group = "com.example"
                version = "1.0"
    
                 java {
                    targetCompatibility = ${higherVersion.javaVersion.majorVersion}
                }
                ${javaPluginToolchainVersion(higherVersion)}
    
                gradlePlugin {
                    plugins.create('greeting') {
                        id = 'com.example.greeting'
                        implementationClass = 'example.plugin.GreetingPlugin'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 20:48:53 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitTestExecutionIntegrationTest.groovy

                .withToolchainDetectionEnabled()
            buildFile << """
                plugins {
                    id("java")
                }
                ${javaPluginToolchainVersion(11)}
                ${mavenCentralRepository()}
                configurations { first {}; last {} }
                dependencies {
                    // guarantee ordering
                    first 'com.google.guava:guava:15.0'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:33 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top