Skip to content

Instantly share code, notes, and snippets.

@bekwam
Created January 5, 2019 13:31
Show Gist options
  • Save bekwam/62b5a3087666a3ead5dcac15cc69dcd3 to your computer and use it in GitHub Desktop.
Save bekwam/62b5a3087666a3ead5dcac15cc69dcd3 to your computer and use it in GitHub Desktop.
Maven Java 8 Source Settings
<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