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

11 lines
200 B
Groovy
Raw Permalink 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()
}
}