Files
Puddles/settings.gradle
2021-05-12 10:58:19 +02:00

11 lines
195 B
Groovy
Executable File

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}