Skip to content

Commit

Permalink
Update build workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 31, 2023
1 parent 1151ffd commit eac2976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
distribution: adopt
java-version: 17

- name: Cache Gradle and wrapper
uses: actions/cache@v2
Expand All @@ -30,4 +31,4 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build

0 comments on commit eac2976

Please sign in to comment.