Skip to content

Commit

Permalink
added license and removed publishTo to get bintray publish to work
Browse files Browse the repository at this point in the history
  • Loading branch information
reggert committed Oct 10, 2015
1 parent a805f97 commit 60ed0e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bintray.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import bintray.Keys._

bintrayPublishSettings
bintraySettings

repository in bintray := "sbt-plugins"

Expand Down
8 changes: 2 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ organization := "com.typesafe.sbt"

name := "sbt-osgi"

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

libraryDependencies ++= Dependencies.sbtOsgi

scalacOptions ++= Seq(
Expand All @@ -15,10 +17,4 @@ scalacOptions ++= Seq(

sbtPlugin := true

publishTo := {
import Classpaths._
val repo = if (isSnapshot.value) sbtPluginSnapshots else sbtPluginReleases
Some(repo)
}

publishMavenStyle := false

0 comments on commit 60ed0e5

Please sign in to comment.