Skip to content

Instantly share code, notes, and snippets.

@RebieKong
Created November 7, 2017 03:21
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 RebieKong/9ef087decd93a2ab0cb048fdf952f740 to your computer and use it in GitHub Desktop.
Save RebieKong/9ef087decd93a2ab0cb048fdf952f740 to your computer and use it in GitHub Desktop.
声明java编译的版本
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment