feat (ci): update to java 21
Some checks failed
Build Project / build (pull_request) Failing after 9m36s

This commit is contained in:
TheClashFruit 2024-07-13 15:57:54 +02:00
parent a98760f350
commit 7d6a6e6400
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
distribution: "temurin" distribution: "temurin"
java-version: 17 java-version: 21
- name: Make Gradle Executable - name: Make Gradle Executable
run: chmod +x ./gradlew run: chmod +x ./gradlew
- name: Build with Gradle - name: Build with Gradle