lkishalmi opened a new pull request, #6516:
URL: https://github.com/apache/netbeans/pull/6516
Removed the following no-more useful Settings from Gradle:
- Start Gradle Daemon on IDE Start
In the early days (2.x,3.x) it could have saved a few seconds, by loading
the Daemon early, however in those days the Wrapper was not commonly used.
Usually every project were used with one Gradle version set in the IDE. Project
loading was also done by that daemon. Today, there is no advantage to fire up a
Gradle Daemon which most likely won't be used.
- Install Gradle Runtime Silently
It started to download a new Gradle version when it was selected in the
settings dialog right when the dialog settings were applied. It could save a
few seconds in the old days. Today it is usually done by the wrapper, and the
project trust replaced this functionality.
- Do not Rebuild Project Dependencies
In the older days, this was a real performance boost working on projects.
Right now the flag state is, I'd say undecided. It got removed in `Gradle 8.0`
without deprecation, got restored in `Gradle 8.0.1`. There is no sigh of
deprecation since then. We put it in deprecated on NB18 for the option removal
in NB20. It still can be used if someone overwrite the Gradle actions, but it's
better to leave this option out.

--
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.
To unsubscribe, e-mail: [email protected]
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