Skip to content

Instantly share code, notes, and snippets.

@amrutprabhu
Created February 7, 2019 14:22
Show Gist options
  • Save amrutprabhu/6848c0ba696bf96ad771166f1b60d2b4 to your computer and use it in GitHub Desktop.
Save amrutprabhu/6848c0ba696bf96ad771166f1b60d2b4 to your computer and use it in GitHub Desktop.
Maven compiler properties
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment