1
0
mirror of https://github.com/accelforce/Yuito synced 2025-01-03 11:30:29 +01:00

Fix merge error

This commit is contained in:
mcc 2023-02-10 15:30:12 -05:00
parent 7f55204998
commit fe8ed9f331

View File

@ -7,7 +7,6 @@ plugins {
// For constructing gitSha
def getGitSha = {
def stdout = new ByteArrayOutputStream()
try {
providers.exec {
commandLine 'git', 'rev-parse', '--short=7', 'HEAD'