mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
16 lines
282 B
Plaintext
16 lines
282 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "HibiscusCommons"
|
|
include(
|
|
"common",
|
|
"v1_19_R3",
|
|
"v1_20_R1",
|
|
"v1_20_R2",
|
|
"v1_20_R3",
|
|
"v1_20_R4"
|
|
) |