mirror of https://github.com/sbt/sbt.git
Remove redundant Bintray settings
This commit is contained in:
parent
699dcfdee5
commit
9cd670ac34
|
|
@ -14,8 +14,6 @@ def commonSettings: Seq[Setting[_]] = Seq(
|
||||||
javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"),
|
javacOptions in compile ++= Seq("-target", "6", "-source", "6", "-Xlint", "-Xlint:-serial"),
|
||||||
incOptions := incOptions.value.withNameHashing(true),
|
incOptions := incOptions.value.withNameHashing(true),
|
||||||
crossScalaVersions := Seq(scala210, scala211),
|
crossScalaVersions := Seq(scala210, scala211),
|
||||||
bintrayPackage := (bintrayPackage in ThisBuild).value,
|
|
||||||
bintrayRepository := (bintrayRepository in ThisBuild).value,
|
|
||||||
resolvers += Resolver.sonatypeRepo("public"),
|
resolvers += Resolver.sonatypeRepo("public"),
|
||||||
publishArtifact in Compile := true,
|
publishArtifact in Compile := true,
|
||||||
publishArtifact in Test := true,
|
publishArtifact in Test := true,
|
||||||
|
|
@ -51,9 +49,6 @@ lazy val root = (project in file(".")).
|
||||||
Developer("jsuereth", "Josh Suereth", "@jsuereth", url("https://github.com/jsuereth")),
|
Developer("jsuereth", "Josh Suereth", "@jsuereth", url("https://github.com/jsuereth")),
|
||||||
Developer("dwijnand", "Dale Wijnand", "@dwijnand", url("https://github.com/dwijnand"))
|
Developer("dwijnand", "Dale Wijnand", "@dwijnand", url("https://github.com/dwijnand"))
|
||||||
),
|
),
|
||||||
bintrayReleaseOnPublish := false,
|
|
||||||
bintrayOrganization := Some("sbt"),
|
|
||||||
bintrayRepository := "maven-releases",
|
|
||||||
bintrayPackage := "librarymanagement",
|
bintrayPackage := "librarymanagement",
|
||||||
git.baseVersion := baseVersion
|
git.baseVersion := baseVersion
|
||||||
)),
|
)),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue