Skip to content

Instantly share code, notes, and snippets.

@mtgto
Created December 26, 2017 08:47
Show Gist options
  • Save mtgto/5a4a6d4509182bef60d263d75227e04b to your computer and use it in GitHub Desktop.
Save mtgto/5a4a6d4509182bef60d263d75227e04b to your computer and use it in GitHub Desktop.
Use Google Cloud Platform's Maven Central repository mirror for sbt
# http://www.scala-sbt.org/release/docs/Proxy-Repositories.html
# http://www.scala-sbt.org/release/docs/Launcher-Configuration.html
# https://storage-download.googleapis.com/maven-central/index.html
[repositories]
local
typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
google-maven-central: https://maven-central-asia.storage-download.googleapis.com/repos/central/data/
maven-central
sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots
@mtgto
Copy link
Author

mtgto commented Jan 30, 2018

maven centralのミラーはどうもmaven-centralという名前じゃないとだめっぽい
ということで書き直し
https://gist.github.com/mtgto/1c9395fd71d0a19ebb7d59881eeacbfe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment