Skip to content

Commit

Permalink
⬆️ Upgrade setup java to v3 and disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
devkanro committed Aug 2, 2023
1 parent 437ac87 commit 127d320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
cache: gradle

# Set environment variables
- name: Export Properties
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:

# Setup Java 11 environment for the next steps
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 17
cache: gradle

# Set environment variables
- name: Export Properties
Expand Down

0 comments on commit 127d320

Please sign in to comment.