From 650deda752e20d112b3cd350b9e3455c8cd89757 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Sat, 7 Mar 2020 20:02:23 +0100 Subject: [PATCH] gradle: remove unnecessary repositories{} from smack-openpgp/build.gradle The MavenCentral repository is already configured by the projects root build.gradle file. No need to do it again in the subproject. --- smack-openpgp/build.gradle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/smack-openpgp/build.gradle b/smack-openpgp/build.gradle index 5ef546976..665f141d2 100644 --- a/smack-openpgp/build.gradle +++ b/smack-openpgp/build.gradle @@ -1,10 +1,6 @@ description = """\ Smack API for XEP-0373: OpenPGP for XMPP.""" -repositories { - mavenCentral() -} - // Note that the test dependencies (junit, …) are inferred from the // sourceSet.test of the core subproject dependencies {