Skip to content

Instantly share code, notes, and snippets.

@donchan922
Created August 19, 2018 00:45
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 donchan922/845b49e0ec81dd431b675c9c97f5e036 to your computer and use it in GitHub Desktop.
Save donchan922/845b49e0ec81dd431b675c9c97f5e036 to your computer and use it in GitHub Desktop.
MavenでJDKのバージョンを指定する方法-その1
<project>
[...]
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
[...]
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment