1
0
Fork 0

feat: update YumCore Version

master
MiaoWoo 2023-07-09 17:17:32 +08:00
parent 2f16e669e3
commit dc496f16a3
1 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<groupId>pw.yumc</groupId> <groupId>pw.yumc</groupId>
<artifactId>YumCore</artifactId> <artifactId>YumCore</artifactId>
<type>jar</type> <type>jar</type>
<version>[1.9.6,)</version> <version>[1.9.8,)</version>
</dependency> </dependency>
</dependencies> </dependencies>
<dependencyManagement> <dependencyManagement>
@ -115,7 +115,8 @@
<option>-keep class ${project.groupId}.${project.artifactId}.${project.artifactId}Bungee</option> <option>-keep class ${project.groupId}.${project.artifactId}.${project.artifactId}Bungee</option>
</options> </options>
<libs> <libs>
<lib>${java.home}/lib/rt.jar</lib> <lib>${java.home}/lib/</lib>
<lib>${java.home}/jmods/</lib>
</libs> </libs>
</configuration> </configuration>
</execution> </execution>