mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 19:34:58 -05:00
Fix version and remove redundant repository
This commit is contained in:
parent
209e79f868
commit
12b94d740e
2 changed files with 1 additions and 5 deletions
|
@ -2,7 +2,7 @@ plugins {
|
|||
id("mcprotocollib.publish-conventions")
|
||||
}
|
||||
|
||||
version = "1.20.4-2-SNAPSHOT"
|
||||
version = "1.20.6-SNAPSHOT"
|
||||
description = "MCProtocolLib is a simple library for communicating with Minecraft clients and servers."
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -8,10 +8,6 @@ dependencyResolutionManagement {
|
|||
maven("https://repo.opencollab.dev/maven-snapshots/") {
|
||||
name = "opencollab-snapshots"
|
||||
}
|
||||
// fixme: remove when adventure 4.15.0 releases
|
||||
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
|
||||
name = "sonatype-snapshots"
|
||||
}
|
||||
maven("https://jitpack.io") {
|
||||
name = "jitpack"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue