Skip to content

Commit dfce21e

Browse files
Change Java version to 25 in build.yml
Updated Java version in build workflow from 21 to 25.
1 parent d06f695 commit dfce21e

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: '21' # Change to 17 or 8 depending on the Minecraft version
16+
java-version: '25' # 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)