File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
import sbtrelease .ReleaseStateTransformations .*
2
+ import xerial .sbt .Sonatype .sonatypeCentralHost
2
3
3
4
Global / onChangedBuildSource := ReloadOnSourceChanges
4
5
Global / excludeLintKeys := Set (git.useGitDescribe, crossScalaVersions)
@@ -45,7 +46,7 @@ lazy val commonSettings = Seq(
45
46
description := " Community-maintained fork of official Apache Flink Scala API" ,
46
47
licenses := Seq (" APL2" -> url(" http://www.apache.org/licenses/LICENSE-2.0.txt" )),
47
48
homepage := Some (url(" https://github.com/flink-extended/flink-scala-api" )),
48
- sonatypeCredentialHost := " s01.oss.sonatype.org " ,
49
+ sonatypeCredentialHost := sonatypeCentralHost ,
49
50
sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
50
51
publishMavenStyle := true ,
51
52
publishTo := sonatypePublishToBundle.value,
You can’t perform that action at this time.
0 commit comments