Skip to content

Commit ce6d337

Browse files
committed
General error during semantic analysis: Unsupported class file major version 61
1 parent b4f27bc commit ce6d337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 17
21+
- name: Set up JDK 11
2222
uses: actions/setup-java@v1
2323
with:
24-
java-version: 17
24+
java-version: 11
2525

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

0 commit comments

Comments
 (0)