Created
October 8, 2014 01:42
-
-
Save cchacin/5d4b2bb3cbf6108533e3 to your computer and use it in GitHub Desktop.
Production code in Java 7 and tests with Java 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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