mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-12 09:57:59 +00:00
Update offset to match CI
This commit is contained in:
parent
b5418e4dce
commit
ac2d43db68
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ext {
|
||||||
date = git.head().getDate().format("yy.MM.dd")
|
date = git.head().getDate().format("yy.MM.dd")
|
||||||
revision = "-${git.head().abbreviatedId}"
|
revision = "-${git.head().abbreviatedId}"
|
||||||
parents = git.head().parentIds;
|
parents = git.head().parentIds;
|
||||||
index = -2042; // Offset to match CI
|
index = -2043; // Offset to match CI
|
||||||
for (; parents != null && !parents.isEmpty(); index++) {
|
for (; parents != null && !parents.isEmpty(); index++) {
|
||||||
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue