Actually upgraded to Gradle 1.11

This commit is contained in:
Juergen Hoeller
2014-02-13 00:42:41 +01:00
parent b40403cdc9
commit 337b5ff5d6
3 changed files with 6 additions and 6 deletions

View File

@@ -700,7 +700,7 @@ project("spring-test") {
// "TestCase" classes are run by other test classes, not the build.
exclude "**/*TestCase.class"
// Generate TestNG reports alongside JUnit reports.
testReport true
getReports().getHtml().setEnabled(true)
// show standard out and standard error of the test JVM(s) on the console
// testLogging.showStandardStreams = true
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Tue Jul 30 09:29:28 PDT 2013
zipStoreBase=GRADLE_USER_HOME
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
#Thu Feb 13 00:23:41 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip