Charles George created NETBEANS-2369:
----------------------------------------
Summary: Gradle support for displaying non-standard gradle files
Key: NETBEANS-2369
URL: https://issues.apache.org/jira/browse/NETBEANS-2369
Project: NetBeans
Issue Type: Improvement
Components: projects - Gradle
Affects Versions: 11.0
Reporter: Charles George
Multi-project builds in Gradle may contain a common gradle file shared among
subprojects. For example, I have a common.gradle file applied to each
subproject in the root projects build.gradle file.
The "Projects" view in NetBeans only lists build.gradle, settings.gradle, and
gradle.properties under the "Build Scripts" section. The regex or code that is
determining which files to display should be relaxed to include something like
*.gradle. Otherwise I'm forced to go into the "Files" view to find the
common.gradle file in my root project.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists