jdaugherty commented on code in PR #14324:
URL: https://github.com/apache/grails-core/pull/14324#discussion_r2054193610
##########
grails-datamapping-support/build.gradle:
##########
@@ -6,10 +6,23 @@ plugins {
version = projectVersion
group = 'org.apache.grails.data'
+ext {
+ pomTitle = 'Grails GORM'
+ pomDescription = 'GORM - Grails Data Access Framework'
+ pomDevelopers = [
+ 'graemerocher': 'Graeme Rocher',
+ 'jeffscottbrown': 'Jeff Brown',
+ 'burtbeckwith': 'Burt Beckwith',
+ 'jameskleeh': 'James Kleeh',
+ 'puneetbehl': 'Puneet Behl',
+ 'jamesfredley': 'James Fredley'
+ ]
+}
+
dependencies {
- implementation platform("org.apache.grails:grails-bom:$grailsVersion")
- api platform("org.apache.grails:grails-bom:$grailsVersion")
+ implementation platform(project(':grails-bom'))
+ api platform(project(':grails-bom'))
Review Comment:
No it is not.
--
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]