Skip to content

Commit e80ba99

Browse files
committed
Android Gradle plugin requires Java 17 to run.
1 parent 96f6775 commit e80ba99

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout source code
1616
uses: actions/checkout@v2
17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v1
1919
with:
20-
java-version: 11
20+
java-version: 17
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
2323
- name: Build with Gradle

.github/workflows/release-apk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout source code
1919
uses: actions/checkout@v2
2020

21-
- name: Set up JDK 11
21+
- name: Set up JDK 17
2222
uses: actions/setup-java@v1
2323
with:
24-
java-version: 11
24+
java-version: 17
2525

2626
- name: Grant execute permission for gradlew
2727
run: chmod +x gradlew

.jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jdk: openjdk11
1+
jdk: openjdk17

0 commit comments

Comments
 (0)