Get short commit ref using a more proper method
This commit is contained in:
parent
1b3946a0c5
commit
99bb2c025c
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+
|
||||
+ manifest {
|
||||
+ val git = Git(rootProject.layout.projectDirectory.path)
|
||||
+ val gitHash = git("rev-parse", "HEAD").getText().substring(0, 7)
|
||||
+ val gitHash = git("rev-parse", "--short=7", "HEAD").getText()
|
||||
+ val implementationVersion = System.getenv("BUILD_NUMBER") ?: "\"$gitHash\""
|
||||
+ attributes(
|
||||
+ "Main-Class" to "org.bukkit.craftbukkit.Main",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue