thinkingrock-gtd / tr-pc

ThinkingRock for Personal Computers. Built on the Netbeans Platform.
https://trgtd.com.au
GNU General Public License v3.0
17 stars 13 forks source link

chore: remove java 11 compatibility #102

Closed ursjoss closed 1 year ago

ursjoss commented 1 year ago

If we decide to not care for java 11 compatibility, we can fix the javac configuration by aligning java source and target versions to be correct. It will allow us to use java 17 language features, such as used in PR #93.

Note: This is not decided yet and stays in draft mode until the decision was finalized.