mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Initial fabric merger
This commit is contained in:
parent
63cd071188
commit
7edde43141
19 changed files with 130 additions and 870 deletions
|
@ -11,7 +11,16 @@ repositories {
|
|||
dependencies {
|
||||
implementation("net.kyori", "indra-common", "2.0.6")
|
||||
implementation("org.jfrog.buildinfo", "build-info-extractor-gradle", "4.26.1")
|
||||
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.1")
|
||||
implementation("gradle.plugin.com.github.johnrengelman", "shadow", "7.1.2") {
|
||||
exclude("org.ow2.asm", "*")
|
||||
}
|
||||
|
||||
// Within the gradle plugin classpath, there is a version conflict between loom and some other
|
||||
// plugin for databind. This fixes it: minimum 2.13.2 is required by loom.
|
||||
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.3")
|
||||
|
||||
// Use a newer version of ObjectWeb ASM than the one provided by loom.
|
||||
implementation("org.ow2.asm:asm-commons:9.4")
|
||||
}
|
||||
|
||||
tasks.withType<KotlinCompile> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue