simplify required maven build repositories

This commit is contained in:
Craig Raw 2024-10-28 13:27:44 +02:00
parent d0bf55de70
commit 3640db3d3d

View file

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