jdaugherty commented on code in PR #14134:
URL: https://github.com/apache/grails-core/pull/14134#discussion_r2044913024


##########
grails-doc/build.gradle:
##########
@@ -1,47 +1,38 @@
+import org.apache.tools.ant.taskdefs.condition.Os
+
 plugins {
     id 'base'
-    id 'org.asciidoctor.jvm.convert' version "$asciidoctorJvmVersion"
+    id 'org.asciidoctor.jvm.convert'

Review Comment:
   This gets the version in the bom that's imported via the buildSrc



##########
grails-doc/build.gradle:
##########
@@ -1,47 +1,38 @@
+import org.apache.tools.ant.taskdefs.condition.Os
+
 plugins {
     id 'base'
-    id 'org.asciidoctor.jvm.convert' version "$asciidoctorJvmVersion"
+    id 'org.asciidoctor.jvm.convert'

Review Comment:
   This gets the version in the grails-gradle-bom that's imported via the 
buildSrc



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