thinksame.mc/settings.gradle

11 lines
195 B
Groovy
Raw Permalink Normal View History

2021-01-08 22:02:23 -05:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}