Skip to content

Commit f149b81

Browse files
wip: java version update
1 parent 6472ae0 commit f149b81

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/android.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
- name: set up JDK 17
9292
uses: actions/setup-java@v1
9393
with:
94-
java-version: '17.0.13'
95-
distribution: 'temurin'
94+
java-version: '17'
9695
- name: Enable KVM
9796
run: |
9897
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: set up JDK 17
2727
uses: actions/setup-java@v2
2828
with:
29-
java-version: '17.0.13'
29+
java-version: '17'
3030
distribution: 'temurin'
3131
cache: gradle
3232
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)