mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Update build offset
This commit is contained in:
parent
17027e6292
commit
cae95343ca
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 = -2048; // Offset to match CI
|
||||
index = -2049; // Offset to match CI
|
||||
for (; parents != null && !parents.isEmpty(); index++) {
|
||||
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue