Commit aa05c7c
committed
build: override options.release=25 for minestom modules
The root subprojects block forces options.release=11 on every module's
JavaCompile tasks, which set the org.gradle.jvm.version attribute to 11
and made ':minestom:compileJava' reject Minestom 2026.05.17-1.21.11
(requires JVM 25+). Override release to 25 in the three minestom modules
so the Java 25 toolchain compiler targets 25 and the dependency resolves.
https://claude.ai/code/session_01S76fk9ma5Szkf9r1W44RVP1 parent 46d5fc7 commit aa05c7c
3 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
| |||
0 commit comments