jdaugherty commented on code in PR #15016:
URL: https://github.com/apache/grails-core/pull/15016#discussion_r2304027162
##########
.github/workflows/gradle.yml:
##########
@@ -256,7 +275,9 @@ jobs:
working-directory: 'grails-gradle'
run: >
./gradlew publish aggregateChecksums aggregatePublishedArtifacts
- -Dorg.gradle.internal.publish.checksums.insecure=true
--no-build-cache --rerun-tasks
+ --no-build-cache
+ --rerun-tasks
+ -Dorg.gradle.internal.publish.checksums.insecure=true
Review Comment:
the insecure publishing is no longer required since we use the grails
publish plugin and it sets this up by default
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]