Skip to content

Commit

Permalink
Trying a different option
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Oct 18, 2024
1 parent d78b2aa commit e654353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Set up JDK 9
uses: actions/setup-java@v2
with:
java-version: '9'
distribution: 'temurin'
java-version: '11'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit e654353

Please sign in to comment.