Switch to yarn mappings

This commit is contained in:
nea
2022-08-27 01:38:49 +02:00
parent 4c7bd601c4
commit 973c13e84f
18 changed files with 142 additions and 129 deletions

View File

@@ -13,8 +13,19 @@ pluginManagement {
name = "forgemc"
url = uri("https://maven.minecraftforge.net/")
}
maven {
name = "jitpack"
url = uri("https://jitpack.io")
}
gradlePluginPortal()
}
resolutionStrategy {
eachPlugin {
when (requested.id.id) {
"moe.nea.licenseextractificator" -> useModule("com.github.romangraef:neaslicenseextractificator:${requested.version}")
}
}
}
}
rootProject.name = "NotEnoughApdates"