Hylke van der Schaaf created NETBEANS-2643: ----------------------------------------------
Summary: configure-on-demand cannot be disabled for custom actions Key: NETBEANS-2643 URL: https://issues.apache.org/jira/browse/NETBEANS-2643 Project: NetBeans Issue Type: Bug Components: gradle Affects Versions: 11.0 Reporter: Hylke van der Schaaf # Select a gradle project in the Projects window # Go to Navigator # Right-click a task and select "Execute Custom..." # Disable "Configure on Demand" # Give a name for "Remember as:" # Click Ok The command now runs as expected, a custom action is created and correctly stored in the projects _gradle.properties_. # Right-click the project in the Projects window # Select "Run Gradle" -> The task made above Gradle is now executed with _--configure-on-demand_, even though _--configure-on-demand_ is not part of theĀ _action.custom-X.args_ in the generated _gradle.properties_. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists