Skip to content

Commit 337b5ff

Browse files
committed
Actually upgraded to Gradle 1.11
1 parent b40403c commit 337b5ff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ project("spring-test") {
700700
// "TestCase" classes are run by other test classes, not the build.
701701
exclude "**/*TestCase.class"
702702
// Generate TestNG reports alongside JUnit reports.
703-
testReport true
703+
getReports().getHtml().setEnabled(true)
704704
// show standard out and standard error of the test JVM(s) on the console
705705
// testLogging.showStandardStreams = true
706706
}

gradle/wrapper/gradle-wrapper.jar

1.2 KB
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
43
distributionPath=wrapper/dists
4+
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionBase=GRADLE_USER_HOME
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip

0 commit comments

Comments
 (0)