File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -700,7 +700,7 @@ project("spring-test") {
700
700
// "TestCase" classes are run by other test classes, not the build.
701
701
exclude " **/*TestCase.class"
702
702
// Generate TestNG reports alongside JUnit reports.
703
- testReport true
703
+ getReports() . getHtml() . setEnabled( true )
704
704
// show standard out and standard error of the test JVM(s) on the console
705
705
// testLogging.showStandardStreams = true
706
706
}
Original file line number Diff line number Diff line change 1
- # Tue Jul 30 09:29:28 PDT 2013
2
- zipStoreBase =GRADLE_USER_HOME
3
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.6-bin.zip
1
+ # Thu Feb 13 00:23:41 CET 2014
2
+ distributionBase =GRADLE_USER_HOME
4
3
distributionPath =wrapper/dists
4
+ zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionBase = GRADLE_USER_HOME
6
+ distributionUrl = http\://services.gradle.org/distributions/gradle-1.11-bin.zip
You can’t perform that action at this time.
0 commit comments