forked from Cookies_Public/AquaDX
Fix deprecated warning during build
This commit is contained in:
parent
eac33277e6
commit
b4fdc4b4ad
2
pom.xml
2
pom.xml
@ -132,7 +132,7 @@
|
|||||||
<goal>package</goal>
|
<goal>package</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<name>${artifactId}-${version}</name>
|
<name>${project.artifactId}-${project.version}</name>
|
||||||
<mainClass>icu.samnyan.aqua.AquaServerApplication</mainClass>
|
<mainClass>icu.samnyan.aqua.AquaServerApplication</mainClass>
|
||||||
<bundleJre>true</bundleJre>
|
<bundleJre>true</bundleJre>
|
||||||
<customizedJre>false</customizedJre>
|
<customizedJre>false</customizedJre>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user