EasyAuth/settings.gradle

18 lines
399 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
2021-03-03 13:58:46 +00:00
maven { url "https://maven.shedaniel.me/" }
2021-01-14 19:12:51 +00:00
maven { url "https://files.minecraftforge.net/maven/" }
gradlePluginPortal()
}
}
2021-01-14 19:12:51 +00:00
include("common")
include("fabric")
2021-03-04 18:37:27 +00:00
//include("forge")
2021-01-14 19:12:51 +00:00
rootProject.name = "simpleauth"