mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 03:17:53 +01:00
6fc8d8dcdb
# Conflicts: # neoforge/build.gradle.kts # vanillinNeoForge/build.gradle.kts
26 lines
641 B
Text
26 lines
641 B
Text
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven("https://maven.neoforged.net/releases/") {
|
|
name = "NeoForged"
|
|
}
|
|
maven("https://maven.architectury.dev/") {
|
|
name = "Architectury"
|
|
}
|
|
maven("https://repo.spongepowered.org/repository/maven-public")
|
|
maven("https://maven.parchmentmc.org")
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0")
|
|
}
|
|
|
|
rootProject.name = "Flywheel"
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("neoforge")
|
|
include("vanillinNeoForge")
|
|
include("vanillinFabric")
|