Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for testCompileClasspath (0.07 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ThirdPartyAuditTask.java

            Configuration runtime = getProject().getConfigurations().findByName("runtimeClasspath");
            if (runtime == null) {
                return getProject().getConfigurations().getByName("testCompileClasspath");
            }
            return runtime;
        }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jun 17 08:59:22 GMT 2021
    - 16.2K bytes
    - Click Count (0)
  2. compat/maven-compat/src/test/java/org/apache/maven/repository/metadata/DefaultClasspathTransformationTestType.java

    Guillaume Nodet <******@****.***> 1729859506 +0200
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 4.7K bytes
    - Click Count (0)
  3. build-tools-internal/src/main/groovy/elasticsearch.forbidden-dependencies.gradle

        // fixtures are allowed to use whatever dependencies they want...
        return
      }
      pluginManager.withPlugin('java') {
        checkDeps(configurations.compileClasspath)
        checkDeps(configurations.testCompileClasspath)
      }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 1.3K bytes
    - Click Count (0)
Back to Top