Skip to content

Commit ec4c281

Browse files
authored
Mark/java doc download (#803)
* Download JavaDoc in all samples * Upgrade to new LTS version of JavaFX * Gradle version update * Updating a project I missed * Reinstating the place we define the plugin version
1 parent d45eca6 commit ec4c281

File tree

429 files changed

+2150
-645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+2150
-645
lines changed

analysis/analyze-hotspots/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
plugins {
22
id 'application'
3+
id 'idea'
34
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
45
}
56

7+
idea {
8+
module {
9+
downloadJavadoc = true
10+
}
11+
}
12+
613
group = 'com.esri.samples'
714

815
ext {
916
arcgisVersion = '200.2.0'
1017
}
1118

1219
javafx {
13-
version = "17.0.7"
20+
version = "17.0.8"
1421
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
1522
}
1623

@@ -83,6 +90,6 @@ task productionZip(type: Zip) {
8390
if (rootProject == project) {
8491
// the wrapper task is only used if this project is the root project i.e. not a subproject
8592
wrapper {
86-
gradleVersion = '8.1.1'
93+
gradleVersion = '8.3'
8794
}
8895
}
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-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

analysis/distance-measurement-analysis/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
plugins {
22
id 'application'
3+
id 'idea'
34
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
45
}
56

7+
idea {
8+
module {
9+
downloadJavadoc = true
10+
}
11+
}
12+
613
group = 'com.esri.samples'
714

815
ext {
916
arcgisVersion = '200.2.0'
1017
}
1118

1219
javafx {
13-
version = "17.0.7"
20+
version = "17.0.8"
1421
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
1522
}
1623

@@ -83,6 +90,6 @@ task productionZip(type: Zip) {
8390
if (rootProject == project) {
8491
// the wrapper task is only used if this project is the root project i.e. not a subproject
8592
wrapper {
86-
gradleVersion = '8.1.1'
93+
gradleVersion = '8.3'
8794
}
8895
}
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-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

analysis/line-of-sight-geoelement/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
plugins {
22
id 'application'
3+
id 'idea'
34
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
45
}
56

7+
idea {
8+
module {
9+
downloadJavadoc = true
10+
}
11+
}
12+
613
group = 'com.esri.samples'
714

815
ext {
916
arcgisVersion = '200.2.0'
1017
}
1118

1219
javafx {
13-
version = "17.0.7"
20+
version = "17.0.8"
1421
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
1522
}
1623

@@ -86,6 +93,6 @@ task productionZip(type: Zip) {
8693
if (rootProject == project) {
8794
// the wrapper task is only used if this project is the root project i.e. not a subproject
8895
wrapper {
89-
gradleVersion = '8.1.1'
96+
gradleVersion = '8.3'
9097
}
9198
}
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-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

analysis/line-of-sight-location/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
plugins {
22
id 'application'
3+
id 'idea'
34
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
45
}
56

7+
idea {
8+
module {
9+
downloadJavadoc = true
10+
}
11+
}
12+
613
group = 'com.esri.samples'
714

815
ext {
916
arcgisVersion = '200.2.0'
1017
}
1118

1219
javafx {
13-
version = "17.0.7"
20+
version = "17.0.8"
1421
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
1522
}
1623

@@ -83,6 +90,6 @@ task productionZip(type: Zip) {
8390
if (rootProject == project) {
8491
// the wrapper task is only used if this project is the root project i.e. not a subproject
8592
wrapper {
86-
gradleVersion = '8.1.1'
93+
gradleVersion = '8.3'
8794
}
8895
}
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-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

analysis/viewshed-camera/build.gradle

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
plugins {
22
id 'application'
3+
id 'idea'
34
id 'org.openjfx.javafxplugin' // version is defined in settings.gradle
45
}
56

7+
idea {
8+
module {
9+
downloadJavadoc = true
10+
}
11+
}
12+
613
group = 'com.esri.samples'
714

815
ext {
916
arcgisVersion = '200.2.0'
1017
}
1118

1219
javafx {
13-
version = "17.0.7"
20+
version = "17.0.8"
1421
modules = [ 'javafx.controls', 'javafx.graphics', 'javafx.fxml', 'javafx.web', 'javafx.media' ]
1522
}
1623

@@ -83,6 +90,6 @@ task productionZip(type: Zip) {
8390
if (rootProject == project) {
8491
// the wrapper task is only used if this project is the root project i.e. not a subproject
8592
wrapper {
86-
gradleVersion = '8.1.1'
93+
gradleVersion = '8.3'
8794
}
8895
}
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-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)