chore: 1.10.0

This commit is contained in:
ReaJason
2025-06-07 14:35:53 +08:00
parent 85b7750ab8
commit 9fa01834e7
+1 -1
View File
@@ -1,7 +1,7 @@
plugins {
id("java")
}
version = "1.10.0-SNAPSHOT"
version = "1.10.0"
tasks.register("publishAllToMavenCentral") {
val isSnapshot = rootProject.version.toString().endsWith("-SNAPSHOT")