mirror of
https://github.com/accelforce/Yuito
synced 2025-01-03 11:30:29 +01:00
Fix merge error
This commit is contained in:
parent
7f55204998
commit
fe8ed9f331
@ -7,7 +7,6 @@ plugins {
|
||||
|
||||
// For constructing gitSha
|
||||
def getGitSha = {
|
||||
def stdout = new ByteArrayOutputStream()
|
||||
try {
|
||||
providers.exec {
|
||||
commandLine 'git', 'rev-parse', '--short=7', 'HEAD'
|
||||
|
Loading…
Reference in New Issue
Block a user