Update offset to match build version
This commit is contained in:
parent
b39b388645
commit
14f3b914d3
@ -34,7 +34,7 @@ ext {
|
||||
date = git.head().date.format("yy.MM.dd")
|
||||
revision = "-${git.head().abbreviatedId}"
|
||||
parents = git.head().parentIds;
|
||||
index = -96; // Offset to match CI
|
||||
index = -91; // 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