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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
### 100.0.0
3
3
This project includes a set of samples demonstrating how to accomplish various mapping and GIS tasks with the ArcGIS Runtime SDK for Java.
4
4
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).
6
6
7
7
This guide has instructions for running samples using the command line or with Eclipse and IntelliJ IDEA.
8
8
@@ -21,7 +21,7 @@ On Windows
21
21
> gradlew.bat run -PmainClass="com.esri.samples.scene.display_scene.DisplaySceneSample"
22
22
```
23
23
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.
25
25
26
26
There is no need to install Gradle to run the samples.
27
27
@@ -35,7 +35,7 @@ Some samples require offline data. A `samples-data` directory will automatically
35
35
first time you call the `run` task.
36
36
37
37
## 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.
39
39
40
40
### IntelliJ IDEA
41
41
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:
0 commit comments