Skip to content

Instantly share code, notes, and snippets.

@relax-more
Created August 3, 2015 06:45
Show Gist options
  • Save relax-more/c09e0dd7ff6db3f366a4 to your computer and use it in GitHub Desktop.
Save relax-more/c09e0dd7ff6db3f366a4 to your computer and use it in GitHub Desktop.
Define maven.compiler version as properties
<properties>
...
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<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