We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42846d commit 4255b6cCopy full SHA for 4255b6c
build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
id("xyz.jpenilla.run-paper") version "2.3.1"
13
}
14
15
-var rootVersion by extra("2.13.3")
+var rootVersion by extra("2.14.0")
16
var snapshot by extra("SNAPSHOT")
17
var revision: String by extra("")
18
var buildNumber by extra("")
@@ -30,7 +30,7 @@ ext {
30
31
32
33
-version = String.format("%s-%s", rootVersion, buildNumber)
+version = String.format("%s", rootVersion)
34
35
if (!project.hasProperty("gitCommitHash")) {
36
apply(plugin = "org.ajoberstar.grgit")
0 commit comments