Skip to content

Commit caa5b77

Browse files
Update Java version in build workflow
1 parent 6c65bb1 commit caa5b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'temurin'
16-
java-version: '25' # Change to 17 or 8 depending on the Minecraft version
16+
java-version: '21' # Change to 17 or 8 depending on the Minecraft version
1717

1818
- name: Make Gradle Executable
1919
run: chmod +x gradlew

0 commit comments

Comments
 (0)