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>
|
||||
</goals>
|
||||
<configuration>
|
||||
<name>${artifactId}-${version}</name>
|
||||
<name>${project.artifactId}-${project.version}</name>
|
||||
<mainClass>icu.samnyan.aqua.AquaServerApplication</mainClass>
|
||||
<bundleJre>true</bundleJre>
|
||||
<customizedJre>false</customizedJre>
|
||||
|
|
Loading…
Reference in New Issue