From e41060ad65e5f7c1aed68bc7222faec0eb468ec9 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Wed, 6 Feb 2019 14:12:50 +0000 Subject: [PATCH] And again Because the ci built, but using a specific commit (to split Matt's previous commits into separate builds) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d9443d1ec..953cfea8c 100644 --- a/build.gradle +++ b/build.gradle @@ -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() }