Skip to content

Commit

Permalink
ci(cache): NO MORE GITHUB CACHE SERVICE!
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Oct 10, 2023
1 parent 0663f3d commit 47d7b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
cache: maven
# cache: maven # Say 4uck u to github cache services.
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
Expand All @@ -46,7 +46,7 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
cache: maven
# cache: maven # Say 4uck u to github cache services.
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
Expand Down

0 comments on commit 47d7b17

Please sign in to comment.