mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Allow commonsware and gradle plugin repos
This commit is contained in:
parent
f861faa86d
commit
163044648c
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ def scan_source(build_dir, root_dir, build):
|
||||||
'oss.sonatype.org/content/repositories/releases',
|
'oss.sonatype.org/content/repositories/releases',
|
||||||
'oss.sonatype.org/content/groups/public',
|
'oss.sonatype.org/content/groups/public',
|
||||||
'clojars.org/repo', # Clojure free software libs
|
'clojars.org/repo', # Clojure free software libs
|
||||||
|
's3.amazonaws.com/repo.commonsware.com', # CommonsWare
|
||||||
|
'plugins.gradle.org/m2', # Gradle plugin repo
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue