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