Skip to content

Commit 1b27f09

Browse files
committed
remove references to Bintray and JCenter
1 parent 27b22af commit 1b27f09

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/common

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifacto
1818

1919
# only used on jenkins
2020
sbtRepositoryConfig="$WORKSPACE/scripts/sbt-repositories-config"
21-
jcenterCacheUrl=${jcenterCacheUrl-"https://scala-ci.typesafe.com/artifactory/jcenter/"}
2221

2322
# used by `checkAvailability`
2423
TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX)
@@ -92,11 +91,9 @@ function generateRepositoriesConfig() {
9291
fi
9392

9493
cat >> "$sbtRepositoryConfig" << EOF
95-
jcenter-cache: $jcenterCacheUrl
9694
local
9795
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]
10097
sbt-plugin-releases: https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
10198
EOF
10299
}

0 commit comments

Comments
 (0)