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:
parent
16e438a108
commit
650deda752
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue