Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 3a7b684

Browse files
committed
Revert "Revert "Disable publish to bintray as bintray is overwriting the publish method""
This reverts commit 350acc0.
1 parent 937b455 commit 3a7b684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bintray.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//Whether to use staging on bintray
2-
bintrayReleaseOnPublish in ThisBuild := false
2+
//bintrayReleaseOnPublish in ThisBuild := false
33

44
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html"))
55

6-
bintrayRepository := "io.projectreactor"
6+
//bintrayRepository := "io.projectreactor"

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.1")
22
addSbtPlugin( dependency = "org.scoverage" % "sbt-scoverage" % "1.6.1")
33
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")
4-
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")
4+
//addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.6")

0 commit comments

Comments
 (0)