Skip to content

Commit 5cc07fe

Browse files
authored
publish to sonatype central, legacy ossrh will sunset soon (#1822)
1 parent 280a907 commit 5cc07fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ inThisBuild(
3333
)
3434

3535
ThisBuild / publishTo := sonatypePublishToBundle.value
36+
ThisBuild/sonatypeCredentialHost := "central.sonatype.com"
3637
ThisBuild / sonatypeTimeoutMillis := 7200000 // double the default close timeout
3738
ThisBuild / Test / fork := true
3839
ThisBuild / Test / javaOptions += s"-Dlog4j2.configurationFile=file:${(ThisBuild / baseDirectory).value}/resources/log4j2-test.xml"

0 commit comments

Comments
 (0)