3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-10 04:28:01 +02:00

Attempt to fix ASM conflict

Dieser Commit ist enthalten in:
Kenzie Togami 2019-07-15 09:14:02 -07:00
Ursprung 98e29f634f
Commit ad5dcbea58
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 5D200B325E157A81

Datei anzeigen

@ -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"
)
}
}