Update version offset to match ci

This commit is contained in:
dordsor21 2019-02-13 21:53:11 +00:00 committed by GitHub
parent 130e1b6300
commit 57981a870e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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