fix offset against ci
This commit is contained in:
parent
b3ee619d70
commit
824ac42d70
@ -28,7 +28,7 @@ ext {
|
||||
date = git.head().date.format("yy.MM.dd")
|
||||
revision = "-${git.head().abbreviatedId}"
|
||||
parents = git.head().parentIds;
|
||||
index = -95; // Offset to mach CI
|
||||
index = -93; // Offset to match CI
|
||||
int major, minor, patch;
|
||||
major = minor = patch = 0;
|
||||
for (;parents != null && !parents.isEmpty();index++) {
|
||||
|
Loading…
Reference in New Issue
Block a user