BowDogPrediction/settings.gradle

11 lines
200 B
Groovy
Raw Normal View History

2021-02-19 22:11:41 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2022-07-22 14:40:16 +00:00
mavenCentral()
2021-02-19 22:11:41 +00:00
gradlePluginPortal()
}
}