This repository has been archived on 2024-11-16. You can view files and clone it, but cannot push or open issues or pull requests.
BowDogPrediction/settings.gradle
2022-07-22 15:40:16 +01:00

11 lines
200 B
Groovy

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