This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
ObsidianSpawn/settings.gradle
TheBrokenRail 8539fd58b1 1.0
Initial Release
2020-03-14 18:40:11 -04:00

11 lines
195 B
Groovy

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