Skip to content

Commit 7c4d012

Browse files
remove sonatype plugin variables
1 parent 1671f13 commit 7c4d012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sbtrelease.ReleaseStateTransformations.*
2-
import xerial.sbt.Sonatype.sonatypeCentralHost
2+
// import xerial.sbt.Sonatype.sonatypeCentralHost
33

44
Global / onChangedBuildSource := ReloadOnSourceChanges
55
Global / 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),

0 commit comments

Comments
 (0)