matrei commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2021024967
##########
grails-logging/build.gradle:
##########
@@ -1,3 +1,41 @@
+plugins {
+ id 'groovy'
+ id 'java-library'
+ id 'project-report'
+}
+
+version = projectVersion
+group = 'org.grails'
+
dependencies {
+
+ implementation platform(project(':grails-bom'))
+
api project(":grails-core")
Review Comment:
:smile: I had that one coming! However, this line has not been touched in
this PR.
I have NOT gone through the dependencies sections in this PR, as I know the
PR is blocking progress and I want to get it done.
Clarifying and cleaning up dependencies can be done in incremental steps
later.
There is also work left to clean up the rest of the subproject build files.
--
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]