This commit is contained in:
Aleksey 2021-05-25 17:39:47 +03:00
parent d2bbcf32cd
commit 6e66ad8581
2 changed files with 27 additions and 27 deletions

View file

@ -1,9 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}