You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,6 @@ If no `mainClass` property is supplied, the default sample (set in the build.gra
27
27
28
28
There is no need to install Gradle to run the samples.
29
29
30
-
## The ArcGIS Runtime Gradle Plugin
31
-
The plugin provides the project with everything an ArcGIS runtime project needs to run. It adds the
32
-
arcgis api as a dependency and downloads the native libraries into `$USER_HOME/.arcgis`. This download occurs
33
-
automatically the first time you build the project and is only performed once.
34
-
35
30
## Java 11
36
31
Java 11 users may find exceptions when running the project if their library path is still set for Oracle JDK 1.8 (see the [OpenJavaFX docs](https://openjfx.io/openjfx-docs/) for more information). A workaround for this is to add the following argument in the `run` task of the Gradle buildscript:
0 commit comments