try that
Some checks failed
/ build (push) Failing after 43s

This commit is contained in:
Minecon724 2024-12-28 19:10:06 +01:00
parent 4a43fc51dd
commit 1872425b89
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -39,11 +39,11 @@
<execution> <execution>
<phase>prepare-package</phase> <phase>prepare-package</phase>
<configuration> <configuration>
<tasks> <target>
<replace token="v1_21_R1" value="${project.nms.version}" dir="target/classes"> <replace token="v1_21_R1" value="${project.nms.version}" dir="target/classes">
<include name="**/*.java"/> <include name="**/*.java" />
</replace> </replace>
</tasks> </target>
</configuration> </configuration>
<goals> <goals>
<goal>run</goal> <goal>run</goal>