Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jarDirectory (0.11 sec)

  1. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/internal/installation/CurrentGradleInstallationLocatorTest.groovy

            where:
            jarDirectory << ['lib', 'lib/plugins']
        }
    
        def "determines Gradle home by class bundled in JAR located in invalid distribution directory '#jarDirectory'"() {
            given:
            TestFile jar = distDir.file("$jarDirectory/mydep-1.2.jar")
            createJarFile(jar)
    
            when:
            def clazz = loadClassFromJar(jar)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.idea.model.JarDirectory.getPath()> does not have raw return type assignable to org.gradle.api.provider.Property in (JarDirectory.java:0)
    Method <org.gradle.plugins.ide.idea.model.JarDirectory.isRecursive()> does not have raw return type assignable to org.gradle.api.provider.Property in (JarDirectory.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top