I am using NetBeans 12.4 with several gradle projects that use SpringBoot.

When I configure the "Build Actions" in the NetBeans Properties to e.g. include 
"--args='--spring.profiles.active=my_profile'" then NetBeans puts this into the 
project's "gradle.properties" which would be committed to Git so it would 
affect other members of the team.

With Maven, NetBeans creates e.g. nbactions*.xml or nbconfiguration.xml which 
can be included in .gitignore so that other team members are not affected by my 
local configuration.

Is there a way to customize the Gradle "Build Actions" in NetBeans in a way 
that it doesn't touch the gradle.properties?

Or do I have to remove those settings each time, before I commit changes to the 
file?

Regards
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

Reply via email to