mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-11-24 12:15:41 +01:00
Downgrade Via to release again since VL isn't updated yet, exclude brigadier from jar output
This commit is contained in:
parent
0dd805459a
commit
ada906bd9f
@ -76,6 +76,7 @@ dependencies {
|
||||
exclude group: "net.lenni0451.mcstructs", module: "text"
|
||||
exclude group: "io.jsonwebtoken", module: "jjwt-impl"
|
||||
exclude group: "io.jsonwebtoken", module: "jjwt-gson"
|
||||
exclude group: "com.mojang", module: "brigadier"
|
||||
}
|
||||
library ("net.raphimc:MinecraftAuth:${project.minecraftauth_version}") {
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
|
@ -18,8 +18,8 @@ raknet_transport_version=1.0.0.CR1-SNAPSHOT
|
||||
classic4j_version=1.2.0
|
||||
|
||||
# viaversion (and required) libs
|
||||
viaversion_version=4.8.1-SNAPSHOT
|
||||
viabackwards_version=4.8.1-SNAPSHOT
|
||||
viaversion_version=4.8.0
|
||||
viabackwards_version=4.8.0
|
||||
|
||||
vialoader_version=2.2.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user