File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
grails-forge/grails-forge-core/src/main/java/org/grails/forge/feature/build/gradle Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ public void apply(GeneratorContext generatorContext) {
7070
7171 generatorContext .addBuildPlugin (GradlePlugin .builder ().id ("eclipse" ).build ());
7272 generatorContext .addBuildPlugin (GradlePlugin .builder ().id ("idea" ).build ());
73- generatorContext .addBuildPlugin (GradlePlugin .builder ().id ("groovy" ).build ());
7473
7574 BuildTool buildTool = BuildTool .DEFAULT_OPTION ;
7675 GradleBuild build = dependencyResolver .create (generatorContext );
Original file line number Diff line number Diff line change 2727 - eclipse
2828 - idea
2929 - org.apache.grails.gradle.grails-app
30- - groovy
3130dependencies :
3231 - scope : build
3332 coords : " org.apache.grails:grails-gradle-plugins"
You can’t perform that action at this time.
0 commit comments