Fix output jar name
Some checks failed
Deploy Discord Bot / docker (17, 3.8.5) (push) Failing after 1m4s

This commit is contained in:
Braydon 2024-04-24 19:12:47 -04:00
parent 409b273edc
commit 4fbc977034

@ -19,6 +19,7 @@
</properties> </properties>
<build> <build>
<finalName>${project.artifactId}</finalName>
<plugins> <plugins>
<!-- Used for compiling the source code with the proper Java version --> <!-- Used for compiling the source code with the proper Java version -->
<plugin> <plugin>