jamesfredley opened a new pull request, #15451: URL: https://github.com/apache/grails-core/pull/15451
## Summary - Remove unused `org.gradle.api.plugins.GroovyPlugin` import from `GrailsGradlePlugin.groovy` - The import was left behind when the class was changed from `extends GroovyPlugin` to `implements Plugin<Project>` on 8.0.x - Fixes codenarc `UnusedImport` violation that blocks the 7.1.x → 8.0.x merge PR (#15450) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
