mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2025-01-10 19:58:03 +01:00
updated build code
This commit is contained in:
parent
6ed8191af5
commit
ba3af3ae19
@ -75,7 +75,7 @@ dependencies {
|
|||||||
exclude group: "io.jsonwebtoken", module: "jjwt-impl"
|
exclude group: "io.jsonwebtoken", module: "jjwt-impl"
|
||||||
exclude group: "io.jsonwebtoken", module: "jjwt-gson"
|
exclude group: "io.jsonwebtoken", module: "jjwt-gson"
|
||||||
}
|
}
|
||||||
libs "io.netty:netty-codec-http:4.1.90.Final" // Some people don't know how to define dependencies properly in a build.gradle
|
libs "io.netty:netty-codec-http:${project.netty_codec_http_version}" // Some people don't know how to define dependencies properly in a build.gradle
|
||||||
libs ("net.raphimc:MinecraftAuth:${project.minecraftauth_version}") {
|
libs ("net.raphimc:MinecraftAuth:${project.minecraftauth_version}") {
|
||||||
exclude group: "com.google.code.gson", module: "gson"
|
exclude group: "com.google.code.gson", module: "gson"
|
||||||
exclude group: "org.slf4j", module: "slf4j-api"
|
exclude group: "org.slf4j", module: "slf4j-api"
|
||||||
|
@ -23,7 +23,7 @@ viabackwards_version=4.7.0-23w13a-SNAPSHOT
|
|||||||
snake_yml_version=2.0
|
snake_yml_version=2.0
|
||||||
|
|
||||||
# raphimc libs
|
# raphimc libs
|
||||||
vialegacy_version=2.2.10
|
vialegacy_version=2.2.11
|
||||||
viaaprilfools_version=2.0.6
|
viaaprilfools_version=2.0.6
|
||||||
viabedrock_version=0.0.1-SNAPSHOT
|
viabedrock_version=0.0.1-SNAPSHOT
|
||||||
minecraftauth_version=2.0.1
|
minecraftauth_version=2.0.1
|
||||||
@ -35,3 +35,4 @@ reflect_version=1.1.0
|
|||||||
# other libs
|
# other libs
|
||||||
betacraft_version=1.2.1
|
betacraft_version=1.2.1
|
||||||
mod_menu_version=6.1.0-rc.1
|
mod_menu_version=6.1.0-rc.1
|
||||||
|
netty_codec_http_version=4.1.90.Final
|
||||||
|
Loading…
Reference in New Issue
Block a user