Browse Source

Actually upgraded to Gradle 1.11

pull/465/head
Juergen Hoeller 12 years ago
parent
commit
337b5ff5d6
  1. 2
      build.gradle
  2. BIN
      gradle/wrapper/gradle-wrapper.jar
  3. 8
      gradle/wrapper/gradle-wrapper.properties

2
build.gradle

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

BIN
gradle/wrapper/gradle-wrapper.jar vendored

Binary file not shown.

8
gradle/wrapper/gradle-wrapper.properties vendored

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

Loading…
Cancel
Save