Skip to content

Instantly share code, notes, and snippets.

@mortezaadi
Created August 26, 2017 10:50
Show Gist options
  • Save mortezaadi/db74975e32001b27d3771ad5a19b2fe8 to your computer and use it in GitHub Desktop.
Save mortezaadi/db74975e32001b27d3771ad5a19b2fe8 to your computer and use it in GitHub Desktop.
Maven java 8
<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