Skip to content

Commit

Permalink
gradle upgraded to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdudgeon committed Jul 30, 2020
1 parent a61884d commit ffff9a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ subprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '3.5.1'
gradleVersion = '4.2.1'
}

project.ext.set('dockerHost', getDockerHost())
Expand Down
Binary file modified components/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions components/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Thu Oct 11 08:44:24 BST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-all.zip
6 changes: 3 additions & 3 deletions components/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,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
Expand Down Expand Up @@ -155,7 +155,7 @@ if $cygwin ; then
fi

# Escape application args
save ( ) {
save () {
for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
echo " "
}
Expand Down

0 comments on commit ffff9a7

Please sign in to comment.