We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0e247 commit e827fdcCopy full SHA for e827fdc
build.sbt
@@ -39,11 +39,7 @@ inThisBuild(
39
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
40
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
41
// new setting for the Central Portal
42
- publishTo := {
43
- val centralSnapshots = "https://central.sonatype.com/repository/maven-snapshots/"
44
- if (isSnapshot.value) Some("central-snapshots" at centralSnapshots)
45
- else localStaging.value
46
- }
+ isSnapshot := false
47
)
48
49
0 commit comments