Skip to content

Instantly share code, notes, and snippets.

@riahichedy
Created January 20, 2015 10:02
Show Gist options
  • Save riahichedy/23f7570a8f6966d1956b to your computer and use it in GitHub Desktop.
Save riahichedy/23f7570a8f6966d1956b to your computer and use it in GitHub Desktop.
Forcer Java 1.7
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment