We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ce04 commit cb3c83eCopy full SHA for cb3c83e
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
group = 'com.esri.samples'
7
8
ext {
9
- arcgisVersion = '100.6.0-2431'
+ arcgisVersion = '100.5.0'
10
}
11
12
javafx {
@@ -93,7 +93,7 @@ task copyNatives(type: Copy) {
93
run {
94
dependsOn copyNatives
95
mainClassName = project.hasProperty("mainClass") ? mainClass : 'com.esri.samples.map.display_map.DisplayMapSample'
96
- environment "ARCGISRUNTIMESDKJAVA_100_6_0", "build/natives"
+ environment "ARCGISRUNTIMESDKJAVA_100_5_0", "build/natives"
97
98
99
task wrapper(type: Wrapper) {
0 commit comments