Skip to content

Instantly share code, notes, and snippets.

@khajavi
Created February 1, 2015 05:43
Show Gist options
  • Save khajavi/d42e80bfe73fc39ff779 to your computer and use it in GitHub Desktop.
Save khajavi/d42e80bfe73fc39ff779 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<inherited>true</inherited>
<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