9
0
mirror of https://github.com/Auxilor/EcoJobs.git synced 2025-12-28 03:19:11 +00:00

Updated to Java 21

This commit is contained in:
Auxilor
2024-06-24 14:00:38 +01:00
parent 49aecb54bf
commit 569f63e22d
6 changed files with 14 additions and 14 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