File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- # Mon Jun 26 15:28:23 CEST 2017
2
- distributionUrl =https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip
3
1
distributionBase =GRADLE_USER_HOME
4
2
distributionPath =wrapper/dists
5
- zipStorePath =wrapper/dists
6
3
zipStoreBase =GRADLE_USER_HOME
4
+ zipStorePath =wrapper/dists
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-bin.zip
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ DEFAULT_JVM_OPTS=""
34
34
# Use the maximum available, or set MAX_FD != -1 to use that value.
35
35
MAX_FD=" maximum"
36
36
37
- warn ( ) {
37
+ warn () {
38
38
echo " $* "
39
39
}
40
40
41
- die ( ) {
41
+ die () {
42
42
echo
43
43
echo " $* "
44
44
echo
@@ -156,7 +156,7 @@ if $cygwin ; then
156
156
fi
157
157
158
158
# Escape application args
159
- save ( ) {
159
+ save () {
160
160
for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
161
161
echo " "
162
162
}
You can’t perform that action at this time.
0 commit comments