mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
And again
Because the ci built, but using a specific commit (to split Matt's previous commits into separate builds)
This commit is contained in:
parent
7e7f14a66b
commit
e41060ad65
@ -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 = -2048; // Offset to match CI
|
||||
for (; parents != null && !parents.isEmpty(); index++) {
|
||||
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user