This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 82bd3e9a52f34bad92c1ed7722076108eea3810f Merge: 4b22f2bef2 0351d03f5f Author: James Daugherty <[email protected]> AuthorDate: Wed Dec 10 19:34:40 2025 -0500 Merge pull request #15283 from matrei/minor-build-cleanup grails-gsp/grails-layout/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --cc grails-gsp/grails-layout/build.gradle index ce8c5a4e37,d42f516094..c87deaec38 --- a/grails-gsp/grails-layout/build.gradle +++ b/grails-gsp/grails-layout/build.gradle @@@ -17,12 -17,8 +17,10 @@@ * under the License. */ plugins { - id 'groovy' - id 'java-library' id 'project-report' + id 'org.apache.grails.buildsrc.properties' id 'org.apache.grails.gradle.grails-plugin' + id 'org.apache.grails.buildsrc.compile' id 'org.apache.grails.buildsrc.publish' id 'org.apache.grails.buildsrc.sbom' }
