File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 maven { url " http://repo.springsource.org/plugins-release" }
44 }
55 dependencies {
6- classpath(" org.springframework.build.gradle:propdeps-plugin:0.0.4 " )
6+ classpath(" org.springframework.build.gradle:propdeps-plugin:0.0.5 " )
77 classpath(" org.asciidoctor:asciidoctor-gradle-plugin:0.7.0" )
88 }
99}
@@ -1077,7 +1077,7 @@ configure(rootProject) {
10771077
10781078 task wrapper(type : Wrapper ) {
10791079 description = " Generates gradlew[.bat] scripts"
1080- gradleVersion = " 1.6 "
1080+ gradleVersion = " 1.8 "
10811081
10821082 doLast() {
10831083 def gradleOpts = " -XX:MaxMetaspaceSize=1024m -Xmx1024m"
Original file line number Diff line number Diff line change 1- # Mon May 13 17:38:05 CDT 2013
2- zipStorePath =wrapper/dists
3- zipStoreBase =GRADLE_USER_HOME
4- distributionPath =wrapper/dists
1+ # Tue Nov 19 16:13:28 PST 2013
52distributionBase =GRADLE_USER_HOME
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.6-bin.zip
3+ distributionPath =wrapper/dists
4+ zipStoreBase =GRADLE_USER_HOME
5+ zipStorePath =wrapper/dists
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.8-bin.zip
Original file line number Diff line number Diff line change 99if " %OS% " == " Windows_NT" setlocal
1010
1111@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
12- set GRADLE_OPTS = -XX:MaxMetaspaceSize=1024m -Xmx1024m -XX:MaxHeapSize=256m %GRADLE_OPTS%
12+ set GRADLE_OPTS = -XX:MaxMetaspaceSize=1024m -Xmx1024m -XX:MaxHeapSize=256m %GRADLE_OPTS%
1313set DEFAULT_JVM_OPTS =
1414
1515set DIRNAME = %~dp0
You can’t perform that action at this time.
0 commit comments