File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
1616val snapshot: String = (extra.properties[" snapshot" ] as ? String ) ? : " SNAPSHOT"
1717var revision: String = (extra.properties[" revision" ] as ? String ) ? : " "
1818var buildNumber: String = (extra.properties[" buildNumber" ] as ? String ) ? : " "
@@ -35,7 +35,7 @@ extra.set("revision", revision)
3535extra.set(" buildNumber" , buildNumber)
3636extra.set(" date" , date)
3737
38- version = String .format(" %s" , rootVersion)
38+ version = String .format(" %s-%s " , rootVersion, snapshot )
3939
4040if (! project.hasProperty(" gitCommitHash" )) {
4141 pluginManager.apply (" org.ajoberstar.grgit" )
You can’t perform that action at this time.
0 commit comments