Skip to content

Commit 76582a8

Browse files
committed
ci: build entire project on JDK 25
The 21/25 split did not work: Gradle's toolchain auto-detection does not pick up the JDK 25 that setup-java installs as a secondary version, so ':minestom:compileJava' still could not resolve the Java 25 Minestom dependency. Run the whole build on JDK 25, consistent with the Titan, Butterfly and shared OneLiteFeather workflows. https://claude.ai/code/session_01S76fk9ma5Szkf9r1W44RVP
1 parent a30ba01 commit 76582a8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
uses: actions/setup-java@v4
2929
with:
3030
distribution: 'temurin'
31-
java-version: |
32-
25
33-
21
31+
java-version: '25'
3432

3533
- name: Setup Gradle
3634
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)