Skip to content

Commit 9cdd529

Browse files
committed
add two more maven repositories to defaults
The sonatype.org repo purged a lot of files. Signed-off-by: Jakub Sokołowski <jakub@status.im>
1 parent f920c6d commit 9cdd529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fetcher/fetcher.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212
var DefaultRepos = []string{
1313
"https://repo.maven.apache.org/maven2",
1414
"https://dl.google.com/dl/android/maven2",
15-
"https://repository.sonatype.org/content/groups/sonatype-public-grid",
15+
"https://plugins.gradle.org/m2",
16+
"https://jitpack.io",
1617
}
1718

1819
type Result struct {

0 commit comments

Comments
 (0)