mirror of
https://github.com/HibiscusMC/HibiscusCommons.git
synced 2025-12-19 15:09:26 +00:00
feat: add 1.21.4 support
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
pluginManagement {
|
||||
val userdevVersion: String by settings
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven("https://repo.papermc.io/repository/maven-public/")
|
||||
}
|
||||
plugins {
|
||||
id("io.papermc.paperweight.userdev") version userdevVersion
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "HibiscusCommons"
|
||||
@@ -14,4 +18,5 @@ include(
|
||||
"v1_20_R4",
|
||||
"v1_21_R1",
|
||||
"v1_21_R2",
|
||||
"v1_21_R3",
|
||||
)
|
||||
Reference in New Issue
Block a user