Skip to content

Conversation

aravindan888
Copy link

Fixes #2, Updated the CI pipeline from TravisCI + Bintray to GitHub Actions and GitHub Packages. The workflow now builds, tests, and publishes the plugin automatically on tag pushes with our current Gradle and Grails versions.

Copy link

@jdaugherty jdaugherty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dauer Do you mind reviewing this? I'm ok publishing to github pages, or to maven central like https://github.com/grails-plugins/grails-web-console

Once @dauer approves, we can merge ...

uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need JDK 17, Grails 7 uses Spring 3.5.x which has a minimum Java version of 17

Copy link

@dauer dauer Oct 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, having a working pipeline for the current version might be a good idea.

We can upgrade to 17 when my branch is merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Actions to test and publish the plugin

3 participants