jamesfredley commented on code in PR #29:
URL: https://github.com/apache/grails-profiles/pull/29#discussion_r2051590945
##########
base/skeleton/build.gradle:
##########
@@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath platform("org.grails:grails-bom:$grailsVersion")
+ classpath platform("org.apache.grails:grails-bom:$grailsVersion")
Review Comment:
see https://github.com/apache/grails-profiles/pull/29#discussion_r2051590560
which I think will apply to `build.gradle` in the skeleton.
##########
profile/skeleton/build.gradle:
##########
@@ -3,25 +3,27 @@ buildscript {
gradlePluginPortal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
+ maven { url "https://repository.apache.org/content/groups/snapshots/" }
// 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:
see https://github.com/apache/grails-profiles/pull/29#discussion_r2051590560
which I think will apply to `build.gradle` in the skeleton.
--
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]