fix building on gradle 4.9

dev/0.11
asie 2019-07-24 23:10:13 +02:00
parent f26e77df11
commit 8d05cba5a9
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ license {
gradlePlugin {
plugins {
register("fabricLoom") {
fabricLoom {
id = "fabric-loom"
implementationClass = "net.fabricmc.loom.LoomGradlePlugin"
}