Skip to content

Commit c9afa56

Browse files
migrate to central portal host
1 parent 68ef27c commit c9afa56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import sbtrelease.ReleaseStateTransformations.*
2+
import xerial.sbt.Sonatype.sonatypeCentralHost
23

34
Global / onChangedBuildSource := ReloadOnSourceChanges
45
Global / excludeLintKeys := Set(git.useGitDescribe, crossScalaVersions)
@@ -45,7 +46,7 @@ lazy val commonSettings = Seq(
4546
description := "Community-maintained fork of official Apache Flink Scala API",
4647
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
4748
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
48-
sonatypeCredentialHost := "s01.oss.sonatype.org",
49+
sonatypeCredentialHost := sonatypeCentralHost,
4950
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
5051
publishMavenStyle := true,
5152
publishTo := sonatypePublishToBundle.value,

0 commit comments

Comments
 (0)