Commit 977d1f6
committed
chore: Configure Gradle Daemon JVM toolchain with Foojay resolver
This commit introduces the Gradle Daemon JVM toolchain configuration to ensure a consistent Java runtime environment across different platforms.
- `settings.gradle.kts`: Added the `org.gradle.toolchains.foojay-resolver-convention` plugin (version 1.0.0) to automate JDK resolution.
- `gradle/gradle-daemon-jvm.properties`: Created a new configuration file specifying JetBrains JDK version 21 as the toolchain and providing platform-specific download URLs for FreeBSD, Linux, macOS, Unix, and Windows.1 parent 13f032f commit 977d1f6
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments