Hello, is it possible to define specific JVM arguments (-Dxxx=...) that should be used by Gradle when running (or testing) an application?
I do not want to modify build.gradle as those would be environment specific settings, which should not be stored in the Git reposiotry. When I do it on the commandline I can use: gradlew -Dxxx=foo ... but I can't find the corresponding UI elements in the project properties from inside NetBeans (12.3) What am I missing? Thanks Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists