Skip to content

Commit

Permalink
Fix typos in build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Boerman committed Dec 23, 2024
1 parent 0d9b2a7 commit 83e3d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<artifactId>Dependencies</artifactId>

<properties>
<minecraft.version>1.21.4</minecraft.version>
<paper.version>1.21-R0.1-SNAPSHOT</paper.version>
</properties>

Expand Down Expand Up @@ -85,7 +86,7 @@
<goal>install-file</goal>
</goals>
<configuration>
<file>${basedir}/versions/${minecraftVersion}/paper-${minecraftVersion}.jar</file>
<file>${basedir}/versions/${minecraft.version}/paper-${minecraft.version}.jar</file>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-server</artifactId>
<version>${paper.version}</version>
Expand Down

0 comments on commit 83e3d61

Please sign in to comment.