File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ plugins {
35
35
36
36
allprojects {
37
37
group = ' com.spectralogic.ds3'
38
- version = ' 4.0.1 '
38
+ version = ' 4.1.0 '
39
39
}
40
40
41
41
subprojects {
@@ -62,7 +62,7 @@ subprojects {
62
62
}
63
63
64
64
task wrapper (type : Wrapper ) {
65
- gradleVersion = ' 4.1'
65
+ gradleVersion = ' 4.5. 1'
66
66
}
67
67
68
68
project(' :ds3-sdk' ) {
Original file line number Diff line number Diff line change 1
- # Fri Aug 25 15:48:59 MDT 2017
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
4
3
zipStoreBase =GRADLE_USER_HOME
5
4
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-bin.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.5. 1-bin.zip
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ DEFAULT_JVM_OPTS=""
33
33
# Use the maximum available, or set MAX_FD != -1 to use that value.
34
34
MAX_FD=" maximum"
35
35
36
- warn ( ) {
36
+ warn () {
37
37
echo " $* "
38
38
}
39
39
40
- die ( ) {
40
+ die () {
41
41
echo
42
42
echo " $* "
43
43
echo
@@ -155,7 +155,7 @@ if $cygwin ; then
155
155
fi
156
156
157
157
# Escape application args
158
- save ( ) {
158
+ save () {
159
159
for i do printf %s\\ n " $i " | sed " s/'/'\\\\ ''/g;1s/^/'/;\$ s/\$ /' \\\\ /" ; done
160
160
echo " "
161
161
}
You can’t perform that action at this time.
0 commit comments