解决IntelliJ 中reload maven module 导致 Target bytecode Version重置

JDK 17.0.7
IntelliJ IDEA 2023.1.1

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.source>17</maven.compiler.source>
    <maven.compiler.target>17</maven.compiler.target>
  </properties>
posted @ 2023-05-14 12:52  无风听海  阅读(41)  评论(0编辑  收藏  举报