File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifacto
18
18
19
19
# only used on jenkins
20
20
sbtRepositoryConfig="$WORKSPACE/scripts/sbt-repositories-config"
21
- jcenterCacheUrl=${jcenterCacheUrl-"https://scala-ci.typesafe.com/artifactory/jcenter/"}
22
21
23
22
# used by `checkAvailability`
24
23
TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX)
@@ -92,11 +91,9 @@ function generateRepositoriesConfig() {
92
91
fi
93
92
94
93
cat >> "$sbtRepositoryConfig" << EOF
95
- jcenter-cache: $jcenterCacheUrl
96
94
local
97
95
maven-central
98
- typesafe-ivy-releases-boot: https://repo.lightbend.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
99
- typesafe-ivy-releases: https://dl.bintray.com/typesafe/ivy-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
96
+ typesafe-ivy-releases: https://repo.lightbend.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext]
100
97
sbt-plugin-releases: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
101
98
EOF
102
99
}
You can’t perform that action at this time.
0 commit comments