Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Last active October 2, 2022 09:35
Show Gist options
  • Save theawesomenayak/2fab593c44566ef82b6a95f2297770e1 to your computer and use it in GitHub Desktop.
Save theawesomenayak/2fab593c44566ef82b6a95f2297770e1 to your computer and use it in GitHub Desktop.
Upgrade Java version
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment