prepare for 1.21.5

This commit is contained in:
alexcrea 2025-03-25 16:36:30 +01:00
parent cf022cf36c
commit f5ba2cc1e2
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
6 changed files with 87 additions and 1 deletions

View file

@ -16,7 +16,7 @@ plugins {
}
group = "xyz.alexcrea"
version = "1.9.1"
version = "1.10.0"
repositories {
// EcoEnchants
@ -67,6 +67,7 @@ dependencies {
implementation(project(":nms:v1_21R1", configuration = "reobf"))
implementation(project(":nms:v1_21R2", configuration = "reobf"))
implementation(project(":nms:v1_21R3", configuration = "reobf"))
implementation(project(":nms:v1_21R4"))//, configuration = "reobf")) // TODO add again when paperweigh 1.21.5 update
// include kotlin for the offline jar
implementation(kotlin("stdlib"))