jamesfredley commented on code in PR #554:
URL: https://github.com/apache/grails-forge/pull/554#discussion_r2051596641


##########
grails-forge-core/src/main/java/org/grails/forge/feature/grails/GrailsGradlePlugin.java:
##########
@@ -62,18 +62,18 @@ public boolean isVisible() {
     public void apply(GeneratorContext generatorContext) {
         final ApplicationType applicationType = 
generatorContext.getApplicationType();
         generatorContext.addBuildscriptDependency(Dependency.builder()
-                .groupId("org.grails")
-                .artifactId("grails-gradle-plugin")
+                .groupId("org.apache.grails")

Review Comment:
   I do not believe so, since all of the class are now in the 
org.apache.grails:grails-gradle-plugins jar.  I could be wrong.



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