sdedic commented on pull request #2969: URL: https://github.com/apache/netbeans/pull/2969#issuecomment-848725255
Summary of changes for reviewers: - `GradleExecConfiguration` introduced. Final class that describes the configuration. Modifications possible from Gradle projects module only. - `--continuous` flag moved to PARAM category (was UNSUPPORTED) - `RunConfig` and `RunUtils` can accept `GradleExecConfiguration` as an additional parameter - `action-mapping.dtd` now permits "profiles" similar to Maven implementation; so `GradleActionProvider`s can include configurations - configurations (private, shared) are persisted using `AuxiliaryConfiguration` of the project (XML in the project dir for shared, XMLstring file attribute for private) - action customizations for **default** configuration are placed in `gradle.properties`; for other configurations customizations are persisted as XMLs in the project directory (just like Maven) `Java Gradle Projects` module now includes 'Continuous mode' configuration that adds `--continuous` to `run` and `run.single` actions. The selected configuration is stored in project's AuxiliaryProperties, non-shared. The `--continuous` stuff is plugin-dependent; not all plugins support it, so let's have java covered at least. -- 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
