This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257942 - Gradle project support for grails
Summary: Gradle project support for grails
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-11 10:10 UTC by ejaz_ahmed
Modified: 2016-02-11 10:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ejaz_ahmed 2016-02-11 10:10:27 UTC
Since grails has moved to gradle and there is separate plugin for gradle too in Netbeans. It is logical to harness the capabilities of gradle. Right now, it is norm to use gradle multi project setup for grails. If I try to open a grails project with gradle plugin installed, Netbeans recognizes it as grails project instead of gradle. I think it should use gradle first and recognize it as gradle project. It should later see if this gradle project contains grails stuff or not? If it does, it should be recognized as grails project and gradle tasks and other capabilities should also be available.