Skip to content

Commit

Permalink
fix: Add CodeMC repository
Browse files Browse the repository at this point in the history
Included the CodeMC repository to the POM file to fetch necessary dependencies.
  • Loading branch information
Metaphoriker committed Oct 22, 2024
1 parent ac465ef commit 2813a45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pathetic-nms/v1_21_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@

<artifactId>v1_21_R1</artifactId>

<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/nms/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
Expand Down

0 comments on commit 2813a45

Please sign in to comment.