mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-05-13 12:57:50 +00:00
14 lines
350 B
Groovy
14 lines
350 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven { url "https://maven.fabricmc.net/" }
|
|
maven { url "https://maven.architectury.dev/" }
|
|
maven { url "https://maven.minecraftforge.net/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include("common")
|
|
include("fabric")
|
|
include("neoforge")
|
|
|
|
rootProject.name = "optionsprofiles-v1.4.4-1.21.9"
|