jdaugherty commented on code in PR #1143:
URL:
https://github.com/apache/grails-spring-security/pull/1143#discussion_r2223577067
##########
plugin-acl/plugin/build.gradle:
##########
@@ -71,3 +72,7 @@ apply {
from
rootProject.layout.projectDirectory.file('gradle/publish-config.gradle')
from
rootProject.layout.projectDirectory.file('gradle/reproducible-config.gradle')
}
+
+grails {
+ springDependencyManagement = false
Review Comment:
We're switching away from the spring dependency management plugin for
managing dependencies - it resolves versions differently (based on the spring
bom), but we have our own. This is using stock gradle platforms instead.
--
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]