Upgrade to Gradle 4.1

Issue: SPR-15667
This commit is contained in:
Juergen Hoeller 2017-08-08 17:26:21 +02:00
parent 2677bab560
commit 48f95e9b96
3 changed files with 5 additions and 6 deletions

Binary file not shown.

View File

@ -1,6 +1,5 @@
#Mon Jun 26 15:28:23 CEST 2017
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

6
gradlew vendored
View File

@ -34,11 +34,11 @@ DEFAULT_JVM_OPTS=""
# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
warn ( ) {
warn () {
echo "$*"
}
die ( ) {
die () {
echo
echo "$*"
echo
@ -156,7 +156,7 @@ if $cygwin ; then
fi
# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}