Skip to content

Instantly share code, notes, and snippets.

@juanfezero
Last active July 17, 2017 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanfezero/0a20dc671713f2d151c1a965d548d0aa to your computer and use it in GitHub Desktop.
Save juanfezero/0a20dc671713f2d151c1a965d548d0aa to your computer and use it in GitHub Desktop.
maven java version
<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