Try that
Some checks failed
/ build (push) Failing after 42s

This commit is contained in:
Minecon724 2024-12-28 18:59:05 +01:00
parent e22d781d13
commit 707ee2767b
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

14
pom.xml
View file

@ -37,25 +37,17 @@
<version>1.5.3</version> <version>1.5.3</version>
<executions> <executions>
<execution> <execution>
<phase>generate-sources</phase> <phase>prepare-package</phase>
<goals> <goals>
<goal>replace</goal> <goal>replace</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<includes> <token>v1_21_R1</token>
<include>src/**</include> <value>${project.nms.version}</value>
</includes>
<replacements>
<replacement>
<token>v1_21_R1</token>
<value>${project.nms.version}</value>
</replacement>
</replacements>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>