There was an error while loading. Please reload this page.
1 parent 5ac8f9c commit 5a11173Copy full SHA for 5a11173
1 file changed
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("xyz.jpenilla.run-paper") version "3.0.2"
11
}
12
13
-val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "2.15.5"
+val rootVersion: String = (extra.properties["rootVersion"] as? String) ?: "3.0.0"
14
val snapshot: String = (extra.properties["snapshot"] as? String) ?: "SNAPSHOT"
15
var revision: String = (extra.properties["revision"] as? String) ?: ""
16
var buildNumber: String = (extra.properties["buildNumber"] as? String) ?: ""
0 commit comments