mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-05-14 12:53:32 +08:00
Update Java to 25 for Github Actions workflows
This commit is contained in:
2
.github/workflows/build_fabric.yml
vendored
2
.github/workflows/build_fabric.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: setup jdk
|
- name: setup jdk
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '25'
|
||||||
distribution: 'microsoft'
|
distribution: 'microsoft'
|
||||||
- name: make gradle wrapper executable
|
- name: make gradle wrapper executable
|
||||||
run: chmod +x ./Fabric/gradlew
|
run: chmod +x ./Fabric/gradlew
|
||||||
|
|||||||
2
.github/workflows/build_forge.yml
vendored
2
.github/workflows/build_forge.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: setup jdk
|
- name: setup jdk
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '25'
|
||||||
distribution: 'microsoft'
|
distribution: 'microsoft'
|
||||||
- name: make gradle wrapper executable
|
- name: make gradle wrapper executable
|
||||||
run: chmod +x ./Forge/gradlew
|
run: chmod +x ./Forge/gradlew
|
||||||
|
|||||||
2
.github/workflows/build_neoforge.yml
vendored
2
.github/workflows/build_neoforge.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: setup jdk
|
- name: setup jdk
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: '21'
|
java-version: '25'
|
||||||
distribution: 'microsoft'
|
distribution: 'microsoft'
|
||||||
- name: make gradle wrapper executable
|
- name: make gradle wrapper executable
|
||||||
run: chmod +x ./NeoForge/gradlew
|
run: chmod +x ./NeoForge/gradlew
|
||||||
|
|||||||
Reference in New Issue
Block a user