This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
SorceryCraft/settings.gradle
TheBrokenRail 6052e00429
All checks were successful
SorceryCraft/pipeline/head This commit looks good
Initial Commit
2020-03-01 13:19:59 -05:00

11 lines
195 B
Groovy

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