Should fix deploying

This commit is contained in:
Tim203 2021-09-10 20:46:58 +02:00
parent bc0cfde8f9
commit 02ac69591f
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@
</pluginRepositories>
<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>
<id>jitpack.io</id>
<url>https://jitpack.io</url>