Skip to content

Commit 2cf41d1

Browse files
committed
Updated readme for 100.0.0
1 parent 9355228 commit 2cf41d1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### 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

5-
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.
5+
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).
66

77
This guide has instructions for running samples using the command line or with Eclipse and IntelliJ IDEA.
88

@@ -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 `build.gradle` file) 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

@@ -35,7 +35,7 @@ Some samples require offline data. A `samples-data` directory will automatically
3535
first time you call the `run` task.
3636

3737
## Importing into an IDE
38-
We will step through how to import the Samples project into Eclipse and IntelliJ IDEA.
38+
We will step through how to import the Samples project into Eclipse and IntelliJ IDEA. Other IDEs may support Gradle too. Please consult their documentation for importing Gradle projects.
3939

4040
### IntelliJ IDEA
4141
After cloning the samples, open IntelliJ IDEA and follow these steps:
@@ -60,9 +60,6 @@ To import the samples with Eclipse's default gradle plugin, follow these steps:
6060

6161
<img src="./eclipse_proj.png" alt="Eclipse project structure" height="200">
6262

63-
### Other IDEs
64-
Other IDEs may support Gradle too. Please consult their documentation for importing Gradle projects.
65-
6663
## Resources
6764
* [ArcGIS Runtime SDK for Java](https://developers.arcgis.com/java/)
6865
* [ArcGIS Blog](https://blogs.esri.com/esri/arcgis/)

0 commit comments

Comments
 (0)