fix offset against ci

This commit is contained in:
dordsor whitwell 2017-05-28 15:44:01 +01:00 committed by GitHub
parent b3ee619d70
commit 824ac42d70
1 changed files with 1 additions and 1 deletions

View File

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