TechReborn/settings.gradle

13 lines
191 B
Groovy
Raw Permalink Normal View History

2021-02-08 20:58:47 +01:00
pluginManagement {
repositories {
maven {
url = "https://maven.fabricmc.net"
name = "FabricMC"
}
gradlePluginPortal()
}
}
rootProject.name = "TechReborn"
include("RebornCore")