Update Java to 25 for Github Actions workflows

This commit is contained in:
Aizistral
2026-03-27 23:11:30 +01:00
parent e6922a4f7b
commit 4e6121f21e
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- name: setup jdk
uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '25'
distribution: 'microsoft'
- name: make gradle wrapper executable
run: chmod +x ./Forge/gradlew