Fix deprecated warning during build

pull/1/head
Dom Eori 2022-04-09 18:25:42 +09:00
parent eac33277e6
commit b4fdc4b4ad
1 changed files with 1 additions and 1 deletions

View File

@ -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>