I am working on upgrading my Grails app to Grails ...
# questions
p
I am working on upgrading my Grails app to Grails 7 RC 2. I am running into this error when building my project
Cannot resolve reloading agent JAR: Failed to resolve imported Maven boms: Could not find org.grails:grails-bom:7.0.0-RC2
These repos only have BOM versions up to 7.0.0-M3 https://repo.grails.org/ui/native/core/org/grails/grails-bom/ https://repo.maven.apache.org/maven2/org/grails/grails-bom/ Is there another repo that I need to add to my
build.gradle
that contains these artifacts?
j
You will want to review all of the details in https://docs.grails.org/snapshot/guide/upgrading.html#upgrading60x For your current issue: https://docs.grails.org/snapshot/guide/upgrading.html#_5_coordinate_changes will get you past this issue
p
Thank you
❤️ 1