Skip to content

Commit f7475e7

Browse files
authored
Update README.md
1 parent 078bd8a commit f7475e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
![Gradle build](https://github.com/Esri/arcgis-runtime-samples-java/workflows/Java%20CI%20with%20Gradle/badge.svg)
1616

17-
Welcome to the home of the ArcGIS Runtime API for Java samples Github page! This repo contains a set of sample projects demonstrating how to accomplish various mapping and geospatial tasks with the ArcGIS Runtime API for Java.
17+
Welcome to the home of the ArcGIS Runtime API for Java samples! This repo contains a set of sample projects demonstrating how to accomplish various mapping and geospatial tasks with the ArcGIS Runtime API for Java.
1818

1919
![Choose Camera Controller sample preview](https://user-images.githubusercontent.com/36415565/185649571-7d6feb6f-f0c2-42cb-9139-9d4541dd1da8.png)
2020

@@ -34,7 +34,7 @@ Note: *in the following instructions for setting the API key, if a `gradle.prope
3434

3535
1. Open IntelliJ IDEA and select _File > Open..._.
3636
2. Choose one of the sample project directories (not the category folder) and click _OK_.
37-
3. Select _File > Project Structure..._ and ensure that the Project SDK and language level are set to use Java 11.
37+
3. Select _File > Project Structure..._ and ensure that the Project SDK and language level are set to use Java 11 or Java 17.
3838
4. Store your API key in the `gradle.properties` file located in the `/.gradle` folder within your home directory. The API key will be set as a Java system property when the sample is run.
3939
```
4040
apiKey = yourApiKey

0 commit comments

Comments
 (0)