Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Last active October 3, 2022 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theawesomenayak/3a8142271a7cee4d8e68acba3f1269c8 to your computer and use it in GitHub Desktop.
Save theawesomenayak/3a8142271a7cee4d8e68acba3f1269c8 to your computer and use it in GitHub Desktop.
Java Maven Update
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment