Skip to content

Commit 48f95e9

Browse files
committed
Upgrade to Gradle 4.1
Issue: SPR-15667
1 parent 2677bab commit 48f95e9

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

gradle/wrapper/gradle-wrapper.jar

2 Bytes
Binary file not shown.
+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Mon Jun 26 15:28:23 CEST 2017
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip
31
distributionBase=GRADLE_USER_HOME
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
63
zipStoreBase=GRADLE_USER_HOME
4+
zipStorePath=wrapper/dists
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip

gradlew

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ DEFAULT_JVM_OPTS=""
3434
# Use the maximum available, or set MAX_FD != -1 to use that value.
3535
MAX_FD="maximum"
3636

37-
warn ( ) {
37+
warn () {
3838
echo "$*"
3939
}
4040

41-
die ( ) {
41+
die () {
4242
echo
4343
echo "$*"
4444
echo
@@ -156,7 +156,7 @@ if $cygwin ; then
156156
fi
157157

158158
# Escape application args
159-
save ( ) {
159+
save () {
160160
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
161161
echo " "
162162
}

0 commit comments

Comments
 (0)