Skip to content

Instantly share code, notes, and snippets.

@Makesh
Last active March 13, 2016 03:11
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 Makesh/8d33122f3078fbc5a0ff to your computer and use it in GitHub Desktop.
Save Makesh/8d33122f3078fbc5a0ff to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment