Maven Project Setting the -source and -target of the Java Compiler

<project>
  [...]
  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
  </properties>
  [...]
</project>

https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html

posted @ 2022-04-13 13:47  zoomingxu  阅读(30)  评论(0)    收藏  举报