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. 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.

View File

@@ -1,2 +1,3 @@
version=0.2.2-SNAPSHOT version=0.2.2-SNAPSHOT
org.gradle.java.installations.auto-download=true

View File

@@ -1 +1,5 @@
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}
rootProject.name = 'ScoreKeeper' rootProject.name = 'ScoreKeeper'