2024-05-03 17:35:33 -07:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
mavenCentral()
|
2024-05-05 11:05:33 -04:00
|
|
|
maven("https://maven.neoforged.net/releases/") {
|
|
|
|
name = "NeoForged"
|
2024-05-03 17:35:33 -07:00
|
|
|
}
|
|
|
|
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")
|
2024-11-13 16:29:27 -05:00
|
|
|
include("neoforge")
|
2025-01-17 20:22:26 -05:00
|
|
|
include("vanillinNeoForge")
|
2025-01-12 13:02:50 -08:00
|
|
|
include("vanillinFabric")
|