Skip to content

Commit b087e06

Browse files
committed
fix publishing by using https URL for Maven Central
this should have broken in January 2020 when Maven Central shut off plain http access, but for reasons I don't fully understand it only broke just recently when we reconfigured the Artifactory instance on scala-ci regardless, this is a good, correct change gory details at scala/community-build#1216
1 parent 2e2f65a commit b087e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/integrate/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function generateRepositoriesConfig(){
119119
jcenter-cache: $jcenterCacheUrl
120120
typesafe-ivy-releases: https://dl.bintray.com/typesafe/ivy-releases/, [organisation]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
121121
sbt-plugin-releases: https://dl.bintray.com/sbt/sbt-plugin-releases/, [organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
122-
maven-central
122+
maven-central: https://repo1.maven.org/maven2
123123
local
124124
EOF
125125
}

0 commit comments

Comments
 (0)