mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Return to using snapshot pinned Network version
This commit is contained in:
parent
6df8740955
commit
77827d5cf5
2 changed files with 2 additions and 14 deletions
|
@ -32,9 +32,7 @@ object Versions {
|
||||||
const val nbtVersion = "2.1.0"
|
const val nbtVersion = "2.1.0"
|
||||||
const val websocketVersion = "1.5.1"
|
const val websocketVersion = "1.5.1"
|
||||||
const val protocolVersion = "0bd459f"
|
const val protocolVersion = "0bd459f"
|
||||||
// Not pinned to specific version due to possible gradle bug
|
const val raknetVersion = "1.6.28-20220125.214016-6"
|
||||||
// See comment in settings.gradle.kts
|
|
||||||
const val raknetVersion = "1.6.28-SNAPSHOT"
|
|
||||||
const val mcauthlibVersion = "d9d773e"
|
const val mcauthlibVersion = "d9d773e"
|
||||||
const val mcprotocollibversion = "9f78bd5"
|
const val mcprotocollibversion = "9f78bd5"
|
||||||
const val packetlibVersion = "3.0"
|
const val packetlibVersion = "3.0"
|
||||||
|
|
|
@ -4,17 +4,7 @@ dependencyResolutionManagement {
|
||||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||||
repositories {
|
repositories {
|
||||||
// Floodgate, Cumulus etc.
|
// Floodgate, Cumulus etc.
|
||||||
maven("https://repo.opencollab.dev/maven-releases") {
|
maven("https://repo.opencollab.dev/main")
|
||||||
mavenContent { releasesOnly() }
|
|
||||||
}
|
|
||||||
maven("https://repo.opencollab.dev/maven-snapshots") {
|
|
||||||
mavenContent {
|
|
||||||
// This has the unintended side effect of not allowing snapshot version pinning.
|
|
||||||
// Likely a bug in Gradle's implementation of snapshot pinning
|
|
||||||
// See https://github.com/gradle/gradle/pull/406
|
|
||||||
snapshotsOnly()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Paper, Velocity
|
// Paper, Velocity
|
||||||
maven("https://repo.papermc.io/repository/maven-public")
|
maven("https://repo.papermc.io/repository/maven-public")
|
||||||
|
|
Loading…
Reference in a new issue