This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch grails-wrapper-dist-zip in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 03e2ea23820ac1d35b43c9653bb27120731ca66d Author: James Fredley <[email protected]> AuthorDate: Thu May 15 13:39:50 2025 -0400 Add step to Create Grails Wrapper Distribution Zip --- .github/workflows/gradle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4468fe1af3..8013be699c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -223,6 +223,9 @@ jobs: MAVEN_PUBLISH_USERNAME: ${{ secrets.NEXUS_USER }} MAVEN_PUBLISH_PASSWORD: ${{ secrets.NEXUS_PW }} run: ./gradlew publish + - name: "🔨 Create Grails Wrapper Distribution Zip" + run: > + ./gradlew :grails-wrapper:distZip - name: "✅ Verify grails-wrapper" if: success() run: |
