mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-22 16:05:02 +00:00
Update build.gradle
Fix build offset
This commit is contained in:
parent
b7ce2efa7c
commit
83c4a57e9d
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ ext {
|
|||
date = git.head().date.format("yy.MM.dd")
|
||||
revision = "-${git.head().abbreviatedId}"
|
||||
parents = git.head().parentIds;
|
||||
index = 0; // Offset to match CI
|
||||
index = -1379; // Offset to match CI
|
||||
for (;parents != null && !parents.isEmpty();index++) {
|
||||
parents = git.getResolve().toCommit(parents.get(0)).getParentIds()
|
||||
}
|
||||
|
@ -69,4 +69,4 @@ subprojects {
|
|||
maven {url "http://maven.sk89q.com/repo/"}
|
||||
maven {url "http://repo.maven.apache.org/maven2"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue