Skip to content

Commit

Permalink
Change Java distribution to Temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx authored Oct 3, 2022
1 parent e073500 commit cd0b98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: '8'
distribution: 'adopt'
distribution: 'temurin'
cache: gradle
- name: Build dex-tools with Gradle
run: ./gradlew check distZip
Expand Down

0 comments on commit cd0b98d

Please sign in to comment.