9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-26 10:29:11 +00:00

Updated to Java 21

This commit is contained in:
Auxilor
2024-06-24 13:53:32 +01:00
parent 063dc05b4e
commit 5ef604c464
6 changed files with 13 additions and 15 deletions

View File

@@ -15,11 +15,11 @@ jobs:
- name: Checkout latest code
uses: actions/checkout@v2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: Change wrapper permissions
run: chmod +x ./gradlew