add fat jar

This commit is contained in:
Σlie *
2026-02-27 18:27:26 +01:00
parent 2061cc29ff
commit ab45db1571

18
pom.xml
View File

@ -21,4 +21,22 @@
<version>1.18.1</version> </dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
<goals><goal>shade</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>