File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ import bintray .Keys ._
2
+
1
3
git.baseVersion := " 1.0.0"
2
4
3
5
versionWithGit
@@ -8,11 +10,23 @@ organization := "org.scala-lang.modules"
8
10
9
11
sbtPlugin := true
10
12
11
- publishTo := Some (if (version.value.trim.endsWith(" SNAPSHOT" )) Classpaths .sbtPluginSnapshots else Classpaths .sbtPluginReleases)
13
+ // sbtVersion in Global := "0.13.1"
14
+
15
+ // scalaVersion in Global := "2.10.3"
16
+
17
+ // publishTo := Some(if (version.value.trim.endsWith("SNAPSHOT")) Classpaths.sbtPluginSnapshots else Classpaths.sbtPluginReleases)
12
18
13
19
publishMavenStyle := false
14
20
21
+ bintrayPublishSettings
22
+
15
23
resolvers += Classpaths .sbtPluginReleases
16
24
17
- addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.7.0" )
25
+ licenses := Seq (" BSD" -> url(" http://opensource.org/licenses/BSD" ))
26
+
27
+ repository in bintray := " sbt-plugins"
18
28
29
+ bintrayOrganization in bintray := None
30
+
31
+ // this plugin depends on the sbt-osgi plugin -- 2-for-1!
32
+ addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.7.0" )
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.0
1
+ sbt.version =0.13.1
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.typesafe.sbt" % " sbt-git" % " 0.6.2" )
2
+
3
+ // incompatible with sbt-gpg (https://github.com/softprops/bintray-sbt/pull/10)
4
+ addSbtPlugin(" me.lessis" % " bintray-sbt" % " 0.1.1" )
You can’t perform that action at this time.
0 commit comments