This repository was archived by the owner on Sep 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -114,17 +114,18 @@ mkdir -p $baseDir/resolutionScratch_
114
114
# repo used to publish "locker" scala to (to start the bootstrap)
115
115
releaseTempRepoCred=" private-repo"
116
116
releaseTempRepoUrl=${releaseTempRepoUrl-" https://scala-ci.typesafe.com/artifactory/scala-release-temp/" }
117
+ jcenterCacheUrl=${jcenterCacheUrl-" https://scala-ci.typesafe.com/artifactory/jcenter/" }
117
118
118
119
# Used below in sbtArgs since we use a dedicated repository to share artifcacts between jobs,
119
120
# so we need to configure SBT to use these rather than its default, Maven Central.
120
121
# See http://www.scala-sbt.org/0.13/docs/Proxy-Repositories.html
121
122
sbtRepositoryConfig=" $scriptsDir /repositories-scala-release"
122
123
cat > " $sbtRepositoryConfig " << EOF
123
124
[repositories]
124
- plugins: http://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
125
125
private-repo: $releaseTempRepoUrl
126
- typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
127
- sbt-plugin-releases: http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
126
+ jcenter-cache: $jcenterCacheUrl
127
+ typesafe-ivy-releases: https://dl.bintray.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
128
+ sbt-plugin-releases: https://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
128
129
maven-central
129
130
local
130
131
EOF
Original file line number Diff line number Diff line change 2
2
#
3
3
# Library to push and pull binary artifacts from a remote repository using CURL.
4
4
5
- remote_urlget=" http ://repo.typesafe .com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
6
- remote_urlpush=" http ://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
5
+ remote_urlget=" https ://dl.bintray .com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
6
+ remote_urlpush=" https ://dl.bintray.com/typesafe/scala-sha-bootstrap/org/scala-lang/bootstrap"
7
7
libraryJar=" $( pwd) /lib/scala-library.jar"
8
8
desired_ext=" .desired.sha1"
9
9
push_jar=" $( pwd) /tools/push.jar"
You can’t perform that action at this time.
0 commit comments