Skip to content

Commit 1f51174

Browse files
committed
Disable configuration caching
1 parent 0cdbcd2 commit 1f51174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: 'zulu'
1616
java-version: 21
1717
- name: Publish to MavenCentral
18-
run: ./gradlew publishToMavenCentral
18+
run: ./gradlew publishToMavenCentral --no-configuration-cache
1919
env:
2020
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
2121
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}

0 commit comments

Comments
 (0)