Resolve plugin dependencies from maven central. (#138)

This commit is contained in:
modmuss50 2021-11-09 13:05:27 +00:00 committed by c0de
parent 90ee12cdaf
commit aa4c1cd81e

View File

@ -4,6 +4,7 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}