sdedic opened a new pull request #2969: URL: https://github.com/apache/netbeans/pull/2969
The basic idea is: - configuration can pass some **project properties** (-Px=y) to the gradle build (all targets) - configuration can pass some additional **arguments** to the build (all targets) - actions can have different mapping in a configuration Currently this is used to enable Gradle's `--continuous` mode. Should the user choose that project configuration, `Run` starts gradle with `--continuous`, but `Debug` works as usual. Still missing UI to manipulate / customize the configurations.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
