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.
This commit is contained in:
Florian Schmaus 2020-03-07 20:02:23 +01:00
parent 16e438a108
commit 650deda752
1 changed files with 0 additions and 4 deletions

View File

@ -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 {