You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Charles George (JIRA)" <ji...@apache.org> on 2019/04/08 13:43:00 UTC

[jira] [Created] (NETBEANS-2369) Gradle support for displaying non-standard gradle files

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists