mbien opened a new pull request, #9323:
URL: https://github.com/apache/netbeans/pull/9323
NBM project properties window now evaluates the `javac.release` property to
get its value.
this should allow something like:
```ini
javac.release=${default.javac.release}
```
(assuming it can be resolved)
tested:
added `default.javac.release=18` to `nbbuild/user.build.properties` which
got picked up by both the build and the project properties window UI.
this might be the easiest way to set a default value for modules. I tried to
find a way to allow removal of the property entirely (as signal to use the
default), but I couldn't get that to work.
--
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