Attempt to fix ASM conflict

This commit is contained in:
Kenzie Togami 2019-07-15 09:14:02 -07:00
parent 98e29f634f
commit ad5dcbea58
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -15,7 +15,11 @@ repositories {
configurations.all {
resolutionStrategy {
// Fabric needs this.
force("commons-io:commons-io:2.5", "org.ow2.asm:asm:7.1")
force(
"commons-io:commons-io:2.5",
"org.ow2.asm:asm:7.1",
"org.ow2.asm:asm-commons:7.1"
)
}
}