Skip to content

Commit cb3c83e

Browse files
committed
Update build.gradle
1 parent df4ce04 commit cb3c83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.6.0-2431'
9+
arcgisVersion = '100.5.0'
1010
}
1111

1212
javafx {
@@ -93,7 +93,7 @@ task copyNatives(type: Copy) {
9393
run {
9494
dependsOn copyNatives
9595
mainClassName = project.hasProperty("mainClass") ? mainClass : 'com.esri.samples.map.display_map.DisplayMapSample'
96-
environment "ARCGISRUNTIMESDKJAVA_100_6_0", "build/natives"
96+
environment "ARCGISRUNTIMESDKJAVA_100_5_0", "build/natives"
9797
}
9898

9999
task wrapper(type: Wrapper) {

0 commit comments

Comments
 (0)