Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Created December 24, 2018 16:53
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 linhvovn/782ea9dff131496bf28ff59580835d6f to your computer and use it in GitHub Desktop.
Save linhvovn/782ea9dff131496bf28ff59580835d6f to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment