EasyAuth/settings.gradle

18 lines
408 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2021-01-14 19:12:51 +00:00
maven { url "https://dl.bintray.com/shedaniel/cloth" }
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}
2021-01-14 19:12:51 +00:00
include("common")
include("fabric")
include("forge")
rootProject.name = "simpleauth"