1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 12:02:05 +01: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 = """\ description = """\
Smack API for XEP-0373: OpenPGP for XMPP.""" Smack API for XEP-0373: OpenPGP for XMPP."""
repositories {
mavenCentral()
}
// Note that the test dependencies (junit, ) are inferred from the // Note that the test dependencies (junit, ) are inferred from the
// sourceSet.test of the core subproject // sourceSet.test of the core subproject
dependencies { dependencies {