Files
SeedCracker-1.14.4/settings.gradle
T
2019-10-02 19:41:06 -04:00

11 lines
195 B
Groovy

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