Skip to content

Commit

Permalink
Disable sbt-bintray, see: sbt/sbt-bintray#104
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cunei committed Jun 16, 2017
1 parent ee1eaff commit f689d5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ def SubProj(name: String) = (
resolvers += Resolver.typesafeIvyRepo("releases"),
resolvers += "Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/",
publishMavenStyle := false,
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")) /*,
bintrayReleaseOnPublish := false,
bintrayOrganization := Some("typesafe"),
bintrayRepository := "ivy-releases",
bintrayPackage := "dbuild"
*/
)
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies += Dispatch.dispatch

addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")
//addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")

libraryDependencies ++= {
val dependencies = Seq("com.typesafe.sbt" % "sbt-site" % "0.7.0",
Expand Down

0 comments on commit f689d5a

Please sign in to comment.