This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-forge.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 2f65406 prevent caching for publish builds
2f65406 is described below
commit 2f6540634331e1832f29ebe1de21075c9bf4b005
Author: James Daugherty <[email protected]>
AuthorDate: Wed Jun 4 01:50:01 2025 -0400
prevent caching for publish builds
---
.github/workflows/gradle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 38985cb..9bd3ac9 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -85,4 +85,4 @@ jobs:
MAVEN_PUBLISH_URL: ${{ secrets.GRAILS_NEXUS_PUBLISH_SNAPSHOT_URL }}
MAVEN_PUBLISH_USERNAME: ${{ secrets.NEXUS_USER }}
MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PW }}
- run: ./gradlew publish
+ run: ./gradlew publish --no-build-cache --rerun-tasks