AFAIK There was a bug prevented storing actions with dot in their name
in NetBeans 11, that shall be fixed in 11.2 It is sure to be fixed in
11.3beta1
The thing you are looking for is -PrunArgs="your app arguments"
On 1/30/20 6:32 AM, Giuseppe Barbieri wrote:
I need to pass some custom argum
I need to pass some custom argument when running a main class in a Gradle
Project on Apache Netbeans 11.
Right-clicking on the main class and then Run File, this is what I have in
the output:
cd D:\DEVELOPMENT\EMM-Check; ./gradlew --configure-on-demand
-PrunClassName=ec.gui.main.Main -x check run