Update Gradle

This commit is contained in:
kanoxx 2017-07-08 17:16:18 +02:00
parent 764174a1fa
commit c4392026a6
4 changed files with 9 additions and 9 deletions

View File

@ -103,8 +103,8 @@ shadowJar {
build.dependsOn(shadowJar)
apply from: 'gradle/deploy.gradle'
task wrapper(type: Wrapper) {
gradleVersion = '3.5'
}
gradleVersion = '4.0'
}
apply from: 'gradle/deploy.gradle'

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Jun 07 11:48:02 CEST 2017
#Sat Jul 08 17:16:03 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

6
gradlew vendored
View File

@ -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
@ -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 " "
}