Skip to content

Commit e827fdc

Browse files
debug buggy sbt-ci-release plugin
1 parent 4e0e247 commit e827fdc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ inThisBuild(
3939
licenses := Seq("APL2" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
4040
homepage := Some(url("https://github.com/flink-extended/flink-scala-api")),
4141
// 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-
}
42+
isSnapshot := false
4743
)
4844
)
4945

0 commit comments

Comments
 (0)