chore: version 2.0.0-SNAPSHOT

This commit is contained in:
ReaJason
2025-06-26 18:51:54 +08:00
parent e6f2faf75d
commit e0425613ca
+1 -1
View File
@@ -1,7 +1,7 @@
plugins { plugins {
id("java") id("java")
} }
version = "1.10.0" version = "2.0.0-SNAPSHOT"
tasks.register("publishAllToMavenCentral") { tasks.register("publishAllToMavenCentral") {
val isSnapshot = rootProject.version.toString().endsWith("-SNAPSHOT") val isSnapshot = rootProject.version.toString().endsWith("-SNAPSHOT")