File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import sbtrelease .ReleaseStateTransformations .*
2- import xerial .sbt .Sonatype .sonatypeCentralHost
2+ // import xerial.sbt.Sonatype.sonatypeCentralHost
33
44Global / onChangedBuildSource := ReloadOnSourceChanges
55Global / excludeLintKeys := Set (git.useGitDescribe, crossScalaVersions)
@@ -46,8 +46,8 @@ lazy val commonSettings = Seq(
4646 description := " Community-maintained fork of official Apache Flink Scala API" ,
4747 licenses := Seq (" APL2" -> url(" http://www.apache.org/licenses/LICENSE-2.0.txt" )),
4848 homepage := Some (url(" https://github.com/flink-extended/flink-scala-api" )),
49- sonatypeCredentialHost := sonatypeCentralHost,
50- sonatypeRepository := " https://s01.oss.sonatype.org/service/local" ,
49+ // sonatypeCredentialHost := sonatypeCentralHost,
50+ // sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
5151 // publishMavenStyle := true,
5252 // publishTo := sonatypePublishToBundle.value,
5353 pgpPassphrase := scala.util.Properties .propOrNone(" gpg.passphrase" ).map(_.toCharArray),
You can’t perform that action at this time.
0 commit comments