Skip to content

Commit 6472ae0

Browse files
wip: java distrbution updated
1 parent 195d8c0 commit 6472ae0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/android.yml

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

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- name: set up JDK 17
2727
uses: actions/setup-java@v2
2828
with:
29-
java-version: '17'
30-
# distribution: 'temurin'
31-
# cache: gradle
29+
java-version: '17.0.13'
30+
distribution: 'temurin'
31+
cache: gradle
3232
- name: Grant execute permission for gradlew
3333
run: chmod +x gradlew
3434
- name: Clean all modules

0 commit comments

Comments
 (0)