16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven(url = "https://maven.fabricmc.net/")
|
|
maven(url = "https://maven.shedaniel.me/")
|
|
maven(url = "https://files.minecraftforge.net/maven/")
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("forge")
|
|
|
|
rootProject.name = "SnowyGUI"
|
|
|