mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment out snapshot repos.
Will reactivate them once I've fixed unversioned id's resolution.
This commit is contained in:
parent
017a53f525
commit
a0fe82df8b
1 changed files with 6 additions and 4 deletions
|
@ -10,10 +10,12 @@ object Constants {
|
|||
internal val DEFAULT_REPOS = listOf(
|
||||
"http://repo1.maven.org/maven2/",
|
||||
"https://maven-central.storage.googleapis.com/",
|
||||
"https://repository.jboss.org/nexus/content/repositories/root_repository/",
|
||||
"https://jcenter.bintray.com/",
|
||||
"http://repository.jetbrains.com/all/",
|
||||
"https://oss.sonatype.org/content/repositories/snapshots/"
|
||||
"https://jcenter.bintray.com/"
|
||||
|
||||
// The following two repos contain snapshots, never include them or default
|
||||
// "https://repository.jboss.org/nexus/content/repositories/root_repository/",
|
||||
// "http://repository.jetbrains.com/all/"
|
||||
// "https://oss.sonatype.org/content/repositories/snapshots/"
|
||||
)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue