Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for withPropertyName (0.09 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/build.gradle

      integTestImplementation "org.spockframework:spock-junit4"
      integTestImplementation "org.xmlunit:xmlunit-core:2.8.2"
    }
    
    tasks.register("integTest", Test) {
      inputs.dir(file("src/testKit")).withPropertyName("testkit dir").withPathSensitivity(PathSensitivity.RELATIVE)
      systemProperty 'test.version_under_test', version
      testClassesDirs = sourceSets.integTest.output.classesDirs
      classpath = sourceSets.integTest.runtimeClasspath
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 18:10:22 GMT 2021
    - 11.3K bytes
    - Click Count (0)
Back to Top