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

13 lines
230 B
Groovy
Raw Normal View History

2020-03-01 18:19:59 +00:00
pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
2020-03-17 18:25:35 +00:00
rootProject.name = 'SorceryCraft'