fabric: Support 1.19 (#356)

Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
This commit is contained in:
zml 2022-06-08 14:42:44 -07:00 committed by Jason
parent 28ff5d3003
commit 63f2c9299f
21 changed files with 370 additions and 199 deletions

View file

@ -8,6 +8,8 @@ repositories {
}
dependencies {
// loom needs this version of asm, for some reason we have an older one on the classpath without this
implementation("org.ow2.asm:asm:9.3")
implementation(libs.indraCommon)
implementation(libs.indraPublishingSonatype)
implementation(libs.gradleTestLogger)