Files
CustomSplashScreen/settings.gradle
Motschen ab9bfde873 First release!
Have fun ;)
2021-01-20 20:05:17 +01:00

11 lines
195 B
Groovy

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