Skip to content

Commit

Permalink
update v.next to be same as main (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcoder authored Jan 11, 2024
1 parent 83e04a6 commit 8a9bcd1
Show file tree
Hide file tree
Showing 442 changed files with 2,600 additions and 1,102 deletions.
15 changes: 11 additions & 4 deletions analysis/analyze-hotspots/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/distance-measurement-analysis/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/line-of-sight-geoelement/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/line-of-sight-location/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/viewshed-camera/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/viewshed-geoelement/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/viewshed-geoprocessing/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 11 additions & 4 deletions analysis/viewshed-location/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
plugins {
id 'application'
id 'idea'
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
}

idea {
module {
downloadJavadoc = true
}
}

group = 'com.esri.samples'

ext {
arcgisVersion = '200.2.0'
arcgisVersion = '200.3.0'
}

javafx {
version = "17.0.7"
version = "21.0.1"
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
}

Expand Down Expand Up @@ -40,7 +47,7 @@ dependencies {
natives "com.esri.arcgisruntime:arcgis-java-jnilibs:$arcgisVersion"
natives "com.esri.arcgisruntime:arcgis-java-resources:$arcgisVersion"
// handle SLF4J http://www.slf4j.org/codes.html#StaticLoggerBinder
implementation 'org.slf4j:slf4j-nop:2.0.7'
implementation 'org.slf4j:slf4j-nop:2.0.9'
}

task createGradlePropertiesAndWriteApiKey {
Expand Down Expand Up @@ -75,6 +82,6 @@ run {
if (rootProject == project) {
// the wrapper task is only used if this project is the root project i.e. not a subproject
wrapper {
gradleVersion = '8.1.1'
gradleVersion = '8.4'
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 8a9bcd1

Please sign in to comment.