Skip to content

Commit c97ad39

Browse files
committed
Fix build failed due to Java 11
1 parent 124460d commit c97ad39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 11
17+
- name: Set up JDK 17
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '11'
20+
java-version: '17'
2121
distribution: 'adopt'
2222
- name: Setup Android SDK
2323
uses: android-actions/setup-android@v2

0 commit comments

Comments
 (0)