Skip to content

Commit

Permalink
Update java version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orbital17 committed Jan 9, 2025
1 parent ff3abfc commit 1d43cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 17
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 1d43cc6

Please sign in to comment.