jamesfredley commented on code in PR #15367:
URL: https://github.com/apache/grails-core/pull/15367#discussion_r2748702443

##########
grails-console/build.gradle:
##########
@@ -41,6 +41,8 @@ dependencies {
     api 'org.apache.groovy:groovy-swing'
     api 'org.apache.groovy:groovy-groovysh'
     implementation 'org.fusesource.jansi:jansi'
+    implementation 'org.jline:jline'
+    // TODO: Remove jline:jline (JLine 2) when upgrading to Groovy 5 
(groovy-groovysh 5.x uses JLine 3)
     implementation 'jline:jline'

Review Comment:
   The `jline:jline` dependency here gets its version from the BOM via 
`platform(project(':grails-bom'))`. Using the literal string is consistent with 
other dependencies in this file (e.g., `'org.jline:jline'`, 
`'org.fusesource.jansi:jansi'`). The version is centrally managed by the BOM.



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