File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 45
45
}
46
46
47
47
systemProperties TESTROOT : new File (buildDir,' tmp/test/unittests' ). absolutePath
48
- systemProperties TEST_SCRIPT_DIR : new File (projectDir,' src/test/resources/scripts' ). absolutePath
49
48
systemProperties ' logback.configurationFile' : new File (projectDir,' src/test/resources/logback-test.xml' ). absolutePath
50
49
51
50
}
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ sourceSets {
15
15
java. srcDir file(" src/integTest/java" )
16
16
groovy. srcDir file(" src/integTest/groovy" )
17
17
resources. srcDir file(" src/integTest/resources" )
18
- compileClasspath = sourceSets. main. output + sourceSets . test . output + configurations. integrationTestCompile
18
+ compileClasspath = sourceSets. main. output + configurations. integrationTestCompile
19
19
runtimeClasspath = output + compileClasspath + configurations. integrationTestRuntime
20
20
}
21
21
}
22
22
23
23
task integrationTest (type : Test , dependsOn : jar) {
24
24
testClassesDir = sourceSets. integrationTest. output. classesDir
25
25
classpath = sourceSets. integrationTest. runtimeClasspath
26
- systemProperties[ " integTest.projects " ] = new File (sourceSets . integrationTest . output . resourcesDir, " projects " ) . absolutePath
26
+ mustRunAfter test
27
27
}
28
28
29
29
check. dependsOn integrationTest
Original file line number Diff line number Diff line change 1
- # Fri Aug 08 12:16:10 PDT 2014
1
+ # Fri Aug 15 18:13:15 BST 2014
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.0-bin .zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.0-all .zip
You can’t perform that action at this time.
0 commit comments