Skip to content

Commit f4481cf

Browse files
committed
Add missing distribution configuration to pom.xml
1 parent 588ec20 commit f4481cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
</repository>
2424
</repositories>
2525

26+
<distributionManagement>
27+
<repository>
28+
<id>github</id>
29+
<name>Tolker</name>
30+
<url>https://maven.pkg.github.com/tinyoverflow/tolker</url>
31+
</repository>
32+
</distributionManagement>
33+
2634
<dependencies>
2735
<dependency>
2836
<groupId>io.papermc.paper</groupId>

0 commit comments

Comments
 (0)