jdaugherty commented on code in PR #556:
URL: https://github.com/apache/grails-forge/pull/556#discussion_r2070630636


##########
build.gradle:
##########
@@ -3,8 +3,8 @@ plugins {
     id "org.grails.forge.internal.aggregator"
 }
 
-version project.projectVersion
-group "org.grails.forge"
+version = project.projectVersion
+group "org.apache.grails.forge"

Review Comment:
   Use the setter syntax?



##########
buildSrc/src/main/groovy/org.grails.forge.internal.base-module.gradle:
##########
@@ -12,8 +12,8 @@ repositories {
     maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"; 
}
 }
 
-version project.projectVersion
-group "org.grails.forge"
+version = project.projectVersion
+group "org.apache.grails.forge"

Review Comment:
   setter syntax?



##########
grails-forge-analytics-postgres/build.gradle:
##########
@@ -3,8 +3,8 @@ plugins {
     id "io.micronaut.application" version "$micronautApplicationPluginVersion"
 }
 
-version project.projectVersion
-group "org.grails.forge"
+version = project.projectVersion
+group "org.apache.grails.forge"

Review Comment:
   setter syntax?



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