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

This commit is contained in:
Minecon724 2024-12-28 19:01:49 +01:00
parent 00a33c4473
commit 62e42dba22
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -37,15 +37,22 @@
<version>1.5.3</version>
<executions>
<execution>
<phase>package</phase>
<phase>prepare-package</phase>
<goals>
<goal>replace</goal>
</goals>
</execution>
</executions>
<configuration>
<includes>
<include>**</include>
</includes>
<replacements>
<replacement>
<token>v1_21_R1</token>
<value>${project.nms.version}</value>
</replacement>
</replacements>
</configuration>
</plugin>
<plugin>