matrei commented on code in PR #14133:
URL: https://github.com/apache/grails-core/pull/14133#discussion_r2044653722
##########
grails-events/plugin/build.gradle:
##########
@@ -24,12 +24,13 @@ dependencies {
// As this is a plugin these dependencies will be provided by the Grails
application
// This removes circular dependencies
- compileOnly project(':grails-bootstrap')
+ compileOnly 'org.apache.grails.gradle:grails-gradle-model'
compileOnly project(':grails-core')
testImplementation 'org.spockframework:spock-core'
- testRuntimeOnly project(':grails-bootstrap')
+ testRuntimeOnly 'org.apache.grails.gradle:grails-gradle-model'
+ testRuntimeOnly project(':grails-core')
Review Comment:
This is not needed actually.
--
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]