neilcsmith-net commented on PR #5455:
URL: https://github.com/apache/netbeans/pull/5455#issuecomment-1425620538
Think we might have a little bit of work to do! :smile: I only searched for
`javac.target`, so stupidly missed how many more modules set `javac.source`!
:roll_eyes:
Maybe it would be better for now to keep the setting pattern used in a few
with -
```properties
javac.target=${default.javac.target}
```
Could expand that to set `javac.source` from a new `default.javac.source`
property? Or set them both to a `default.javac.release` property?
```properties
javac.source=${default.javac.release}
javac.target=${default.javac.release}
````
--
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