File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 cache-disabled : true
1818
1919 - name : Publish to Maven Local (prepare packages)
20- run : ./gradlew publishToMavenLocal -Pversion=${{ github.ref_name }}
20+ run : ./gradlew publishToMavenLocal -Pversion=${{ github.ref_name }} --no-configuration-cache
2121 env :
2222 ORG_GRADLE_PROJECT_signingKey : ${{secrets.signingKey}}
2323 ORG_GRADLE_PROJECT_signingPassword : ${{secrets.signingPassword}}
2424 ORG_GRADLE_PROJECT_sonatypeUsername : ${{secrets.sonatypeUsername}}
2525 ORG_GRADLE_PROJECT_sonatypePassword : ${{secrets.sonatypePassword}}
2626
2727 - name : Publish release to Maven Central (version ${{ github.ref_name }})
28- run : ./gradlew publishAllPublicationsToSonatypeRepository -Pversion=${{ github.ref_name }} --max-workers=1
28+ run : ./gradlew publishAllPublicationsToSonatypeRepository -Pversion=${{ github.ref_name }} --no-configuration-cache
2929 env :
3030 ORG_GRADLE_PROJECT_signingKey : ${{secrets.signingKey}}
3131 ORG_GRADLE_PROJECT_signingPassword : ${{secrets.signingPassword}}
You can’t perform that action at this time.
0 commit comments