We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f920c6d commit 9cdd529Copy full SHA for 9cdd529
fetcher/fetcher.go
@@ -12,7 +12,8 @@ import (
12
var DefaultRepos = []string{
13
"https://repo.maven.apache.org/maven2",
14
"https://dl.google.com/dl/android/maven2",
15
- "https://repository.sonatype.org/content/groups/sonatype-public-grid",
+ "https://plugins.gradle.org/m2",
16
+ "https://jitpack.io",
17
}
18
19
type Result struct {
0 commit comments