This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch remove-grails-publish-rest-api-plugin in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit b6c8ea72f30cd1808456ee8328f32f00460863af Author: James Fredley <[email protected]> AuthorDate: Mon Aug 25 18:00:14 2025 -0400 Remove grails-publish plugin from build plugins The org.apache.grails.gradle.grails-publish plugin has been removed from the build plugins list in profile.yml. None of the other plugin profiles or forge generated plugin types include this plugin --- grails-profiles/rest-api-plugin/profile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/grails-profiles/rest-api-plugin/profile.yml b/grails-profiles/rest-api-plugin/profile.yml index 9a6a43ca31..65016b9b01 100644 --- a/grails-profiles/rest-api-plugin/profile.yml +++ b/grails-profiles/rest-api-plugin/profile.yml @@ -26,7 +26,6 @@ features: build: plugins: - org.apache.grails.gradle.grails-plugin - - org.apache.grails.gradle.grails-publish excludes: - org.apache.grails.gradle.grails-app - org.apache.grails.gradle.grails-web
