Skip to content

Commit

Permalink
Use distributionUrl for Gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 28, 2015
1 parent ef8f700 commit 4fc1311
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ configure(rootProject) {
description = 'JUnit Lambda'

task wrapper(type: Wrapper) {
gradleVersion = '2.8'
distributionUrl = 'https://services.gradle.org/distributions/gradle-2.8-all.zip'
}
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Wed Oct 28 12:19:11 CET 2015
#Wed Oct 28 13:55:44 CET 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ while [ -h "$PRG" ] ; do
fi
done
SAVED="`pwd`"
cd "`dirname \"$PRG\"`/" >/dev/null
cd "`dirname \"$PRG\"`/" >&-
APP_HOME="`pwd -P`"
cd "$SAVED" >/dev/null
cd "$SAVED" >&-

CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar

Expand Down

0 comments on commit 4fc1311

Please sign in to comment.