Skip to content

Commit

Permalink
微調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamane committed Apr 11, 2024
1 parent c066450 commit 3910f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.12.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<verbose />
<bootclasspath>${oldjre.home}/lib/rt.jar</bootclasspath>
<!--<bootclasspath>${oldjre.home}/lib/rt.jar</bootclasspath>-->
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 3910f8d

Please sign in to comment.