2024-05-03 17:35:33 -07:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
mavenCentral()
|
|
|
|
maven("https://maven.minecraftforge.net/") {
|
|
|
|
name = "MinecraftForge"
|
|
|
|
}
|
|
|
|
maven("https://maven.architectury.dev/") {
|
|
|
|
name = "Architectury"
|
|
|
|
}
|
|
|
|
maven("https://repo.spongepowered.org/repository/maven-public")
|
|
|
|
maven("https://maven.parchmentmc.org")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2025-01-21 17:23:56 -06:00
|
|
|
plugins {
|
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
|
|
|
|
}
|
|
|
|
|
2024-05-03 17:35:33 -07:00
|
|
|
rootProject.name = "Flywheel"
|
|
|
|
|
|
|
|
include("common")
|
|
|
|
include("fabric")
|
|
|
|
include("forge")
|
2025-01-12 13:02:50 -08:00
|
|
|
include("vanillinForge")
|
|
|
|
include("vanillinFabric")
|