jamesfredley commented on code in PR #29:
URL: https://github.com/apache/grails-profiles/pull/29#discussion_r2051590560


##########
build.gradle:
##########
@@ -1,30 +1,32 @@
 buildscript {
     repositories {
         mavenCentral()
+        maven { url "https://repository.apache.org/content/groups/snapshots/"; }
         maven { url "https://repo.grails.org/grails/core"; }
         // mavenLocal()  // for local testing, do not commit uncommented
     }
     dependencies {
-        classpath platform("org.grails:grails-bom:$grailsVersion")
-        classpath "org.grails:grails-gradle-plugin"
+        classpath platform("org.apache.grails:grails-bom:$grailsVersion")

Review Comment:
   No luck here
   
   ```
   A problem occurred configuring root project 'grails-profiles'.
   > Could not resolve all artifacts for configuration 'classpath'.
      > Could not find org.apache.groovy:groovy-jmx:.
        Required by:
            root project :
      > Could not find org.apache.grails:grails-shell-cli:.
        Required by:
            root project :
   ```



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