Skip to content
Snippets Groups Projects
Commit 18d93436 authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

update to Gradle 4.0

parent 5b0aa4cb
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ dependencies {
task wrapper(type: Wrapper) {
distributionType DistributionType.ALL
gradleVersion '3.5'
gradleVersion '4.0'
}
idea {
......
No preview for this file type
#Thu Apr 27 14:30:22 CEST 2017
#Mon Jul 03 17:43:11 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-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
......@@ -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 " "
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment