Skip to content

Commit c9d55a7

Browse files
authored
Update DEVELOPMENT.md
1 parent b7174f7 commit c9d55a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Build the project with Gradle by running:
3939

4040
> If you have Gradle installed globally, you can use `gradle build` instead of `./gradlew build`.
4141
42-
> If Gradle reports missing methods or unsupported features in your JDK, update to the latest JDK 17+ version from [Adoptium](https://adoptium.net/).
42+
> If Gradle reports missing methods or unsupported features in your JDK, update to the latest JDK 21+ version from [Adoptium](https://adoptium.net/).
4343
4444
## Running Foxy
4545
### Requirements
@@ -79,4 +79,4 @@ If everything is configured correctly, Foxy will start successfully without unex
7979

8080
```bash
8181
java -jar foxy/build/libs/Foxy-VERSION.jar
82-
```
82+
```

0 commit comments

Comments
 (0)