Skip to content

Commit 765d9ce

Browse files
committed
Merge branch '2.12.x' into 2.13.x
2 parents 957e59c + 4c9cf53 commit 765d9ce

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

repositories

-6
This file was deleted.

run-locally

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ echo "Scala version:" $version
1313

1414
rm -rf $scriptDir/ivy2
1515

16+
integrationRepoUrl="https://scala-ci.typesafe.com/artifactory/scala-integration/"
17+
sonatypeStagingUrl="https://oss.sonatype.org/content/repositories/staging/"
18+
1619
sbt \
1720
-Dsbt.log.noformat=true \
1821
-Dsbt.ivy.home=$scriptDir/ivy2 \
19-
-Dsbt.override.build.repos=true \
20-
-Dsbt.repository.config=repositories \
2122
-Dproject.version=$version \
23+
"set resolvers ++= List(\"scala-integration\" at \"$integrationRepoUrl\", \"sonatype-staging\" at \"$sonatypeStagingUrl\")" \
2224
clean run

scripts/jobs/release/smoketest

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ clearIvyCache
2828
sbtDistVersionOverride="-Dproject.version=$version"
2929

3030
integrationRepoUrl=${integrationRepoUrl-"https://scala-ci.typesafe.com/artifactory/scala-integration/"}
31+
sonatypeStagingUrl="https://oss.sonatype.org/content/repositories/staging/"
3132

3233
sbt -Dsbt.log.noformat=true \
33-
"set resolvers += \"scala-integration\" at \"$integrationRepoUrl\"" \
34+
"set resolvers ++= List(\"scala-integration\" at \"$integrationRepoUrl\", \"sonatype-staging\" at \"$sonatypeStagingUrl\")" \
3435
$sbtDistVersionOverride \
3536
clean run
3637

0 commit comments

Comments
 (0)