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


##########
grails-shell-cli/src/main/groovy/org/grails/cli/boot/GrailsDependencyVersions.groovy:
##########
@@ -52,7 +52,7 @@ class GrailsDependencyVersions implements 
DependencyManagement {
     }
 
     GrailsDependencyVersions(GrapeEngine grape) {
-        this(grape, [group: "org.apache.grails", module: "grails-bom", 
version: GrailsDependencyVersions.package.implementationVersion, type: "pom"])
+        this(grape, [group: "org.apache.grails", module: "grails-bom", 
version: Environment.grailsVersion, type: "pom"])

Review Comment:
   I'm hesitant to change this.  I suspect it's the class loader that's causing 
this to be null.  
   
   Does this work: 
   
            
getClass().getClassLoader().getPackage('org.grails.cli.boot').implementationVersion



-- 
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: commits-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to