-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
建议在pom文件中增加
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>10</source>
<target>10</target>
</configuration>
</plugin>
</plugins>
</build>这样可以方便修改jdk版本
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels