Created
August 26, 2017 10:50
-
-
Save mortezaadi/db74975e32001b27d3771ad5a19b2fe8 to your computer and use it in GitHub Desktop.
Maven java 8
This file contains hidden or 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.source>1.8</maven.compiler.source> | |
<maven.compiler.target>1.8</maven.compiler.target> | |
</properties> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment