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-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 19f097e538 [skip tests] do not use the cache when building a publish
artifact
19f097e538 is described below
commit 19f097e538ff95b7c47e379c9dcf251e22b125c5
Author: James Daugherty <[email protected]>
AuthorDate: Wed Jun 4 01:48:05 2025 -0400
[skip tests] do not use the cache when building a publish artifact
---
.github/workflows/gradle.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 456e612c40..d8c55f71d1 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -202,7 +202,7 @@ jobs:
working-directory: 'grails-gradle'
run: >
./gradlew publish aggregateChecksums aggregatePublishedArtifacts
- -Dorg.gradle.internal.publish.checksums.insecure=true
+ -Dorg.gradle.internal.publish.checksums.insecure=true
--no-build-cache --rerun-tasks
- name: "📤 Upload grails-gradle checksums"
uses: actions/upload-artifact@v4
with:
@@ -240,7 +240,7 @@ jobs:
timeout_seconds: 900 # normal range 360-720s
max_attempts: 3 # Attempts to address: Could not write to resource
'https://repository.apache.org/content/repositories/snapshots/...' Read timed
out
retry_wait_seconds: 180
- command: ./gradlew publish aggregateChecksums
aggregatePublishedArtifacts
+ command: ./gradlew publish aggregateChecksums
aggregatePublishedArtifacts --no-build-cache --rerun-tasks
- name: "📤 Upload grails-core checksums"
uses: actions/upload-artifact@v4
with: