summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorNishith Khanna <nishithkhanna@e.email>2022-10-14 12:45:10 +0530
committerNishith Khanna <nishithkhanna@e.email>2022-10-14 12:45:10 +0530
commitc0c28280a2abbad5baecd4ed58939734616b5f43 (patch)
treedcd904d404085d7a16fa90cf4d6e6ea3d06b6d9e /build.gradle
parent46c15170898f3680a0d9868218fb631b2320978c (diff)
Integrate elib
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index e2fc899..c09960b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -88,6 +88,7 @@ allprojects {
}
}
maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
+ maven { url 'https://gitlab.e.foundation/api/v4/groups/9/-/packages/maven' }
maven { url 'https://jitpack.io' }
def ciJobToken = System.getenv("CI_JOB_TOKEN")