jamesfredley commented on code in PR #554:
URL: https://github.com/apache/grails-forge/pull/554#discussion_r2051598036
##########
grails-forge-core/src/main/java/org/grails/forge/feature/view/json/ViewJson.java:
##########
@@ -72,28 +72,23 @@ public void apply(GeneratorContext generatorContext) {
config.put("grails.mime.types.text", "text/plain");
config.put("grails.mime.types.all", "*/*");
- generatorContext.addBuildscriptDependency(Dependency.builder()
- .groupId("org.grails.plugins")
- .artifactId("views-gradle")
- .buildSrc());
-
generatorContext.addBuildPlugin(GradlePlugin.builder()
- .id("org.grails.plugins.views-json")
+ .id("org.apache.grails.gradle.grails-gson")
Review Comment:
That is my understand and this just uses those classed by applying the
Gradle plugin:
apply plugin: 'org.apache.grails.gradle.grails-gson'
--
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]