nostr-java icon indicating copy to clipboard operation
nostr-java copied to clipboard

Java 17 LTS as minimum

Open maxbrito500 opened this issue 6 months ago • 4 comments

Hello,

Can you please change the settings on the project pom.xml to target Java 17 since that is the LTS?

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

On most VM/servers when deploying are conservative and only make JDK 17 available by default.

I've tested and compiled OK, did not went further yet.

Thanks.

maxbrito500 avatar Aug 10 '24 14:08 maxbrito500