Wasted a few hours without testing

This commit is contained in:
Willem Cazander 2022-10-17 00:10:53 +02:00
parent 53748cae84
commit 4a140b3459
8 changed files with 79 additions and 35 deletions

View file

@ -17,6 +17,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
@ -30,6 +34,9 @@
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<stripVersion>true</stripVersion>
</configuration>
</execution>
</executions>
</plugin>
@ -44,10 +51,11 @@
<fileset dir="src/main/chain" />
</copy>
<copy todir="target/chain/bundle">
<file file="target/dependency/slf4j-api-1.7.36.jar" />
<file file="target/dependency/logback-core-1.2.10.jar" />
<file file="target/dependency/logback-classic-1.2.10.jar" />
<file file="target/dependency/commons-lang3-3.5.jar" />
<file file="target/dependency/slf4j-api.jar" />
<file file="target/dependency/logback-core.jar" />
<file file="target/dependency/logback-classic.jar" />
<file file="target/dependency/commons-lang3.jar" />
<file file="target/dependency/mariadb-java-client.jar" />
</copy>
<java failonerror="true" fork="true" classname="love.distributedrebirth.warpme.hash.WaterShotAddict">
<arg value="target/chain" />