Skip to content

Commit

Permalink
fix: changed java distro to adopt
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyton505 committed Jun 25, 2024
1 parent 7d4b3cb commit 3c9b60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: "temurin"
distribution: "adopt"
cache: "gradle"

- name: Validate Gradle Wrapper
Expand Down

0 comments on commit 3c9b60d

Please sign in to comment.