File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff 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}
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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments