We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435d1dc commit 0ec97beCopy full SHA for 0ec97be
pom.xml
@@ -39,7 +39,7 @@
39
<plugin>
40
<groupId>org.apache.maven.plugins</groupId>
41
<artifactId>maven-shade-plugin</artifactId>
42
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
43
<configuration>
44
<createDependencyReducedPom>false</createDependencyReducedPom>
45
<artifactSet>
@@ -186,5 +186,9 @@
186
<id>mojang-authlib</id>
187
<url>https://libraries.minecraft.net/</url>
188
</repository>
189
+ <repository>
190
+ <id>CodeMC</id>
191
+ <url>https://repo.codemc.io/repository/maven-public/</url>
192
+ </repository>
193
</repositories>
194
</project>
0 commit comments