Skip to content

Commit 9355228

Browse files
committed
updated readme for 100.0.0
1 parent 12fdc8b commit 9355228

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# ArcGIS Runtime Java SDK Samples
2-
### Quartz Beta 2
2+
### 100.0.0
33
This project includes a set of samples demonstrating how to accomplish various mapping and GIS tasks with the ArcGIS Runtime SDK for Java.
44

55
These samples are built with Gradle. If you want to learn more about Gradle, learn more from [Gradle's guide](https://docs.gradle.org/current/userguide/userguide.html). The samples project has a Gradle multi-project structure.
66

7-
This guide has instructions for running samples using the command line or with the Eclipse and IntelliJ IDEA IDEs.
7+
This guide has instructions for running samples using the command line or with Eclipse and IntelliJ IDEA.
88

99
For developers new to Git, please see the wiki page for how to [clone this repository](https://github.com/Esri/arcgis-runtime-samples-java/wiki/working-with-git).
1010

@@ -21,7 +21,7 @@ On Windows
2121
> gradlew.bat run -PmainClass="com.esri.samples.scene.display_scene.DisplaySceneSample"
2222
```
2323

24-
If no `mainClass` property is supplied, the default sample (set in the buildscript) will be run.
24+
If no `mainClass` property is supplied, the default sample (set in the `build.gradle` file) will be run.
2525

2626
There is no need to install Gradle to run the samples.
2727

@@ -30,8 +30,6 @@ The plugin provides the project with everything an ArcGIS runtime project needs
3030
arcgis api as a dependency and downloads the native libraries into `$USER_HOME/.arcgis`. This download occurs
3131
automatically the first time you build the project and is only performed once.
3232

33-
You can see the open source plugin and learn more about it on [github](https://github.com/ArcGIS/gradle-arcgis-java-plugin).
34-
3533
## Offline sample data
3634
Some samples require offline data. A `samples-data` directory will automatically download to the project root the
3735
first time you call the `run` task.

0 commit comments

Comments
 (0)