Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Revert "Update workflow to use Java 21"
Browse files Browse the repository at this point in the history
This reverts commit 008546c.
  • Loading branch information
StrangerCoug committed Dec 9, 2023
1 parent 50809b0 commit 9f7760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
path: ~/.sonar/cachegit
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Cache Maven packages
Expand Down

0 comments on commit 9f7760b

Please sign in to comment.