mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-15 06:54:21 +01:00
a9c4e5c6f4
# Conflicts: # gradle.properties
27 lines
751 B
Plaintext
27 lines
751 B
Plaintext
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")
|
|
}
|
|
|
|
// FIXME: This doesn't do anything. The actual version is always the one defined in buildSrc/build.gradle.kts.
|
|
// plugins {
|
|
// val arch_loom_version: String by settings
|
|
// id("dev.architectury.loom") version arch_loom_version
|
|
// }
|
|
}
|
|
|
|
rootProject.name = "Flywheel"
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("forge")
|