From 77b250c927dbb21c9931b016c2bc7b4fcd512480 Mon Sep 17 00:00:00 2001 From: Amit Galitzky Date: Thu, 13 Jan 2022 10:38:58 -0800 Subject: [PATCH] removed jcenter dependency (#361) Signed-off-by: Amit Galitzky --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 03542f0d2..6b9af7520 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,6 @@ buildscript { maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" } mavenCentral() maven { url "https://plugins.gradle.org/m2/" } - jcenter() } dependencies {