This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch wrapper-rewrite in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 365437c78bd27cda059f7be422ca8e3607b4b937 Author: James Daugherty <jdaughe...@jdresources.net> AuthorDate: Tue May 13 11:22:33 2025 -0400 remove build.gradle from plugin profile since bootjar is disabled by default --- grails-profiles/plugin/skeleton/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/grails-profiles/plugin/skeleton/build.gradle b/grails-profiles/plugin/skeleton/build.gradle deleted file mode 100644 index 6ae6a29b2e..0000000000 --- a/grails-profiles/plugin/skeleton/build.gradle +++ /dev/null @@ -1,2 +0,0 @@ -// enable if you wish to package this plugin as a standalone application -bootJar.enabled = false