Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 10, 2024
1 parent 6918ccd commit 5cf840b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: gradle/gradle-build-action@v2
with:
arguments: publishToMavenLocal
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: gradle/gradle-build-action@v2
with:
arguments: app:assembleDebug
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- name: Build APK
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 5cf840b

Please sign in to comment.