Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 65ff7b3

Browse files
committed
Upgrade to Gradle 5.0
1 parent 88d2588 commit 65ff7b3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gradle/setup.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
task wrapper(type: Wrapper, description: "Create a Gradle self-download wrapper") {
17+
wrapper {
1818
group = 'Project Setup'
1919
gradleVersion = "$gradleVersion"
2020
}

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)