mirror of https://github.com/hykilpikonna/AquaDX
Fix deprecated warning during build
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…
Reference in New Issue