Change Java version.

This commit is contained in:
2025-06-17 04:09:11 +08:00
parent 95680fb497
commit 775e1cbb99
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -43,10 +43,10 @@ jobs:
path: |
~/.konan
key: ${{ runner.os }}-${{ hashFiles('**/.lock') }}
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
- name: Give Execute Permission to Gradle Wrapper
run: chmod +x gradlew