This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch corrupt-jar-fixes in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 11d82c3526ba530593f55847986e2f68bf54ce97 Author: James Daugherty <[email protected]> AuthorDate: Thu May 15 17:07:15 2025 -0400 remove old grails-plugin file since the name matches the generated name now --- grails-datasource/src/main/resources/META-INF/grails-plugin.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/grails-datasource/src/main/resources/META-INF/grails-plugin.xml b/grails-datasource/src/main/resources/META-INF/grails-plugin.xml deleted file mode 100644 index c29d68fa71..0000000000 --- a/grails-datasource/src/main/resources/META-INF/grails-plugin.xml +++ /dev/null @@ -1,3 +0,0 @@ -<plugin name='dataSource'> - <type>org.grails.plugins.datasource.DataSourceGrailsPlugin</type> -</plugin> \ No newline at end of file
