mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Use static commit of MCProtocolLib (#734)
This prevents changes upstream from immediately affecting Geyser workflow. This also removes the CodeMC repository in favor of Jitpack (which can use the commit hash as a version).
This commit is contained in:
parent
5fca5d5ef5
commit
69a4cd3860
2 changed files with 3 additions and 9 deletions
|
@ -99,7 +99,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.steveice10</groupId>
|
||||
<artifactId>mcprotocollib</artifactId>
|
||||
<version>1.15.2-1-SNAPSHOT</version>
|
||||
<version>4c315aa206</version>
|
||||
<scope>compile</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
10
pom.xml
10
pom.xml
|
@ -38,14 +38,8 @@
|
|||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>CodeMC-repo</id>
|
||||
<url>https://repo.codemc.org/repository/maven-public</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<id>jitpack.io</id>
|
||||
<url>https://jitpack.io</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>nukkitx-release-repo</id>
|
||||
|
|
Loading…
Reference in a new issue