Skip to content

Commit 4d2085a

Browse files
authored
Update app-build.yml
1 parent bb692a7 commit 4d2085a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v1
31-
- name: set up JDK 11
31+
- name: set up JDK 17
3232
uses: actions/setup-java@v1
3333
with:
34-
java-version: 11
34+
java-version: 17
3535
- name: Build project
3636
run: chmod +x .github/scripts/gradlew_recursive.sh ; .github/scripts/gradlew_recursive.sh assembleDebug
3737
- name: Zip artifacts

0 commit comments

Comments
 (0)