2023-10-28 18:33:26 +02:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
|
|
maven { url "https://maven.architectury.dev/" }
|
2023-11-01 17:39:33 +01:00
|
|
|
maven { url "https://maven.minecraftforge.net/" }
|
2023-10-28 18:33:26 +02:00
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
2023-11-01 17:39:33 +01:00
|
|
|
|
|
|
|
include("common")
|
|
|
|
include("fabric")
|
|
|
|
include("forge")
|
|
|
|
|
|
|
|
rootProject.name = "anvillib"
|