mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
chore: version 2.0.0-SNAPSHOT
This commit is contained in:
+1
-1
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user