matrei commented on code in PR #14093:
URL: https://github.com/apache/grails-core/pull/14093#discussion_r2021016387


##########
grails-docs/build.gradle:
##########
@@ -1,10 +1,23 @@
+plugins {
+    id 'groovy'
+    id 'java-library'
+    id 'project-report'
+}
+
+version = projectVersion
+group = 'org.grails'
+
 configurations {
     // Required to keep Gradle classes off the test compile classpath.
     gradleConf.extendsFrom compileClasspath
 }
 
 dependencies {
+
+    implementation platform(project(':grails-bom'))
+
     gradleConf gradleApi()
+    api "org.apache.groovy:groovy:$groovyVersion"

Review Comment:
   IDK. I just refactored this dependency to be added in the subproject build 
file instead of in the root build file.
   The `grails-docs` was not in the `compiledByGradleGroovyVersion` collection.
   
https://github.com/apache/grails-core/blob/f673a05c5e1e7e61830608564c0497554eaefbf4/build.gradle#L63
   
https://github.com/apache/grails-core/blob/f673a05c5e1e7e61830608564c0497554eaefbf4/build.gradle#L401-L410
   
https://github.com/apache/grails-core/blob/f673a05c5e1e7e61830608564c0497554eaefbf4/build.gradle#L598-L604



-- 
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]

Reply via email to