Skip to content

Commit ab27463

Browse files
workflows fix
1 parent 7f2f8a4 commit ab27463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-java@v1
1212
with:
13-
java-version: 1.8
13+
java-version: 11
1414
- name: Fix android 32.0.0 dx
1515
continue-on-error: true
1616
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar

.github/workflows/publishing_packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-java@v1
99
with:
10-
java-version: 1.8
10+
java-version: 11
1111
- name: Fix android 32.0.0 dx
1212
continue-on-error: true
1313
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && cp d8 dx && cd lib && cp d8.jar dx.jar

0 commit comments

Comments
 (0)