mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Resolve fallout
This commit is contained in:
parent
9232310b4d
commit
e35f3785b2
10 changed files with 27 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
val paperVersion = "1.19-R0.1-SNAPSHOT"
|
||||
val viaVersion = "4.0.0"
|
||||
val adaptersVersion = "1.5-SNAPSHOT"
|
||||
val commodoreVersion = "1.13"
|
||||
val commodoreVersion = "2.2"
|
||||
|
||||
dependencies {
|
||||
api(projects.core)
|
||||
|
@ -9,6 +9,8 @@ dependencies {
|
|||
implementation("org.geysermc.geyser.adapters", "spigot-all", adaptersVersion)
|
||||
|
||||
implementation("me.lucko", "commodore", commodoreVersion)
|
||||
|
||||
implementation("net.kyori", "adventure-text-serializer-bungeecord", Versions.adventurePlatformVersion)
|
||||
|
||||
// Both paper-api and paper-mojangapi only provide Java 17 versions for 1.19
|
||||
compileOnly("io.papermc.paper", "paper-api", paperVersion) {
|
||||
|
@ -61,5 +63,8 @@ tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
|
|||
|
||||
// Commodore includes Brigadier
|
||||
exclude(dependency("com.mojang:.*"))
|
||||
|
||||
// Adventure slf4j
|
||||
exclude(dependency("net.kyori.adventure.text.logger.slf4j:ComponentLogger"))
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue