1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-18 09:34:53 +02:00

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

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 {