1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-16 03:10:09 +02:00

Allow commonsware and gradle plugin repos

This commit is contained in:
Daniel Martí 2016-02-17 13:00:05 +00:00
parent f861faa86d
commit 163044648c

View File

@ -83,6 +83,8 @@ def scan_source(build_dir, root_dir, build):
'oss.sonatype.org/content/repositories/releases',
'oss.sonatype.org/content/groups/public',
'clojars.org/repo', # Clojure free software libs
's3.amazonaws.com/repo.commonsware.com', # CommonsWare
'plugins.gradle.org/m2', # Gradle plugin repo
]
]