Skip to content

Commit

Permalink
Fix disabling configuration cache while publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmpr committed Feb 23, 2025
1 parent f083c4c commit 09f2d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 11

- name: Publish artifacts to maven central
run: ./gradlew -Porg.gradle.configuration-cache=false publishAllPublicationsToMavenCentralRepository
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_USER }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_PASS }}
Expand Down

0 comments on commit 09f2d18

Please sign in to comment.