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 019c588add
All checks were successful
SorceryCraft/pipeline/head This commit looks good
1.1.16
Consistent Gradle Project Name
2020-03-17 14:25:35 -04:00

13 lines
230 B
Groovy

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