Skip to content

Instantly share code, notes, and snippets.

@cchacin
Created October 8, 2014 01:42
Show Gist options
  • Save cchacin/5d4b2bb3cbf6108533e3 to your computer and use it in GitHub Desktop.
Save cchacin/5d4b2bb3cbf6108533e3 to your computer and use it in GitHub Desktop.
Production code in Java 7 and tests with Java 8
<properties>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.testTarget>1.8</maven.compiler.testTarget>
<maven.compiler.testSource>1.8</maven.compiler.testSource>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment