mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 12:26:45 +00:00
simplify required maven build repositories
This commit is contained in:
parent
d0bf55de70
commit
3640db3d3d
1 changed files with 1 additions and 4 deletions
|
@ -41,10 +41,7 @@ version "${sparrowVersion}"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://oss.sonatype.org/content/groups/public' }
|
maven { url 'https://code.sparrowwallet.com/api/packages/sparrowwallet/maven' }
|
||||||
maven { url 'https://mymavenrepo.com/repo/29EACwkkGcoOKnbx3bxN/' }
|
|
||||||
maven { url 'https://jitpack.io' }
|
|
||||||
maven { url 'https://maven.ecs.soton.ac.uk/content/groups/maven.openimaj.org/' }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(AbstractArchiveTask) {
|
tasks.withType(AbstractArchiveTask) {
|
||||||
|
|
Loading…
Reference in a new issue