Skip to content

Instantly share code, notes, and snippets.

@kronar
Last active March 17, 2016 07:25
Show Gist options
  • Select an option

  • Save kronar/6db93edd6521e96b61c6 to your computer and use it in GitHub Desktop.

Select an option

Save kronar/6db93edd6521e96b61c6 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<testSource>1.8</testSource>
<testTarget>1.8</testTarget>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment