Skip to content

Commit 235a923

Browse files
authored
update gradle wrapper to 5.0 (#360)
1 parent 561b5cb commit 235a923

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies {
3535
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
3636
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
3737
compile 'com.esri.arcgisruntime:arcgis-java-toolkit:100.2.1'
38+
compile "com.google.code.gson:gson:2.8.5"
3839
compile 'commons-io:commons-io:2.4'
3940
compile 'org.jooq:joox:1.4.0'
4041
}
@@ -96,8 +97,8 @@ run {
9697
environment "ARCGISRUNTIMESDKJAVA_100_5_0", "build/natives"
9798
}
9899

99-
task wrapper(type: Wrapper) {
100-
gradleVersion = '4.10.2'
100+
wrapper {
101+
gradleVersion = '5.0'
101102
}
102103

103104
// downloads a portal item's contents to a folder in samples-data

gradle/wrapper/gradle-wrapper.jar

5 Bytes
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-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)