jamesfredley commented on code in PR #556:
URL: https://github.com/apache/grails-forge/pull/556#discussion_r2070658479
##########
.github/workflows/gradle.yml:
##########
@@ -25,24 +25,17 @@ jobs:
- name: "🐘 Setup Gradle"
uses: gradle/actions/setup-gradle@v4
with:
- develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
+ develocity-access-key: ${{ secrets.GRAILS_ENTERPRISE_ACCESS_KEY }}
- name: "🔨 Run Build"
id: build
- run: ./gradlew build --refresh-dependencies
+ run: ./gradlew build
- name: "✅ Verify CLI"
if: success()
run: |
cp grails-cli/build/distributions/grails-cli-*.zip cli.zip
unzip cli -d tmp
mv tmp/grails-cli-* tmp/cli
./tmp/cli/bin/grails --version
- - name: "📤 Publish to Sonatype OSSRH"
Review Comment:
It has not been published to maven since 6.2.0 and was never used from maven.
--
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]