diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ea42493..204487e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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