Skip to content

Commit 1079481

Browse files
committed
Back to snapshot for development
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent d8666b3 commit 1079481

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
id("xyz.jpenilla.run-paper") version "3.0.2"
1313
}
1414

15-
val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "2.15.4"
15+
val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "2.15.5"
1616
val snapshot: String = (extra.properties["snapshot"] as? String) ?: "SNAPSHOT"
1717
var revision: String = (extra.properties["revision"] as? String) ?: ""
1818
var buildNumber: String = (extra.properties["buildNumber"] as? String) ?: ""
@@ -35,7 +35,7 @@ extra.set("revision", revision)
3535
extra.set("buildNumber", buildNumber)
3636
extra.set("date", date)
3737

38-
version = String.format("%s", rootVersion)
38+
version = String.format("%s-%s", rootVersion, snapshot)
3939

4040
if (!project.hasProperty("gitCommitHash")) {
4141
pluginManager.apply("org.ajoberstar.grgit")

0 commit comments

Comments
 (0)