mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Should fix deploying
This commit is contained in:
parent
bc0cfde8f9
commit
02ac69591f
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -46,6 +46,11 @@
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<!-- Remove once maven-shade-plugin gets a stable release that supports Java 16 -->
|
||||||
|
<repository>
|
||||||
|
<id>apache.snapshots</id>
|
||||||
|
<url>https://repository.apache.org/snapshots/</url>
|
||||||
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>jitpack.io</id>
|
||||||
<url>https://jitpack.io</url>
|
<url>https://jitpack.io</url>
|
||||||
|
|
Loading…
Reference in a new issue