2019-10-24 20:13:52 +00:00
|
|
|
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/" }
|
2019-10-24 20:13:52 +00:00
|
|
|
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"
|