mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-06-02 21:54:55 -05:00
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>
|
||||
</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
Block a user