Update offset to match build version

This commit is contained in:
NotMyFault 2019-03-02 13:43:53 +01:00 committed by GitHub
parent b39b388645
commit 14f3b914d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {