Adds java version to gradle config so it automatically downloads.

This commit is contained in:
2026-06-26 16:24:23 -07:00
parent 0c60e4bd0c
commit fa9d422eca
3 changed files with 7 additions and 0 deletions

View File

@@ -19,3 +19,5 @@ NOTES:
See [CONTRIBUTING.md](CONTRIBUTING.md) for development environment setup instructions.
Tooling note:
* Gradle is configured with Java Toolchains and will automatically download a Java 21 JDK when needed during builds.