fabric: Support 1.19 (#356)
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com>
This commit is contained in:
parent
28ff5d3003
commit
63f2c9299f
21 changed files with 370 additions and 199 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue