This commit is contained in:
Wagyourtail 2024-04-28 09:59:04 -05:00
parent 088056b3d0
commit 4b76fa995c
No known key found for this signature in database
GPG Key ID: B72EB1D5CD437025
2 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: gradle

View File

@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Grant execute permission for gradlew