Update offset to match CI

This commit is contained in:
dordsor21 2019-04-11 12:42:10 +01:00 committed by GitHub
parent 6996a97027
commit 5af506de02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ ext {
date = git.head().getDate().format("yy.MM.dd")
revision = "-${git.head().abbreviatedId}"
parents = git.head().parentIds;
index = -2111; // Offset to match CI
index = -2115; // Offset to match CI
for (; parents != null && !parents.isEmpty(); index++) {
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
}