|
1 | 1 | import sbtrelease.ReleaseStateTransformations.* |
2 | | -import xerial.sbt.Sonatype.sonatypeCentralHost |
| 2 | +// import xerial.sbt.Sonatype.sonatypeCentralHost |
3 | 3 |
|
4 | 4 | Global / onChangedBuildSource := ReloadOnSourceChanges |
5 | 5 | Global / excludeLintKeys := Set(git.useGitDescribe, crossScalaVersions) |
@@ -46,10 +46,10 @@ lazy val commonSettings = Seq( |
46 | 46 | description := "Community-maintained fork of official Apache Flink Scala API", |
47 | 47 | licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")), |
48 | 48 | homepage := Some(url("https://github.com/flink-extended/flink-scala-api")), |
49 | | - sonatypeCredentialHost := sonatypeCentralHost, |
50 | | - sonatypeRepository := "https://s01.oss.sonatype.org/service/local", |
51 | | - publishMavenStyle := true, |
52 | | - publishTo := sonatypePublishToBundle.value, |
| 49 | + // sonatypeCredentialHost := sonatypeCentralHost, |
| 50 | + // sonatypeRepository := "https://s01.oss.sonatype.org/service/local", |
| 51 | + // publishMavenStyle := true, |
| 52 | + // publishTo := sonatypePublishToBundle.value, |
53 | 53 | pgpPassphrase := scala.util.Properties.propOrNone("gpg.passphrase").map(_.toCharArray), |
54 | 54 | git.useGitDescribe := true, |
55 | 55 | scalacOptions ++= Seq( |
|
0 commit comments