matrei commented on code in PR #14133:
URL: https://github.com/apache/grails-core/pull/14133#discussion_r2044568233


##########
.github/workflows/gradle.yml:
##########
@@ -103,9 +130,9 @@ jobs:
           MAVEN_PUBLISH_USERNAME: ${{ secrets.NEXUS_USER }}
           MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PW  }}
         run: >
-          ./gradlew
-          -Dorg.gradle.internal.publish.checksums.insecure=true
-          publish
+          ./gradlew publish &&
+          cd grails-gradle && 
+          ./gradlew publish 
-Dorg.gradle.internal.publish.checksums.insecure=true

Review Comment:
   OK, but are we generating insecure checksums?



-- 
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]

Reply via email to