mirror of https://github.com/sbt/sbt.git
Remove more redundant settings
This commit is contained in:
parent
9cd670ac34
commit
9a2b007a92
|
|
@ -38,17 +38,9 @@ lazy val root = (project in file(".")).
|
||||||
aggregate(lm).
|
aggregate(lm).
|
||||||
settings(
|
settings(
|
||||||
inThisBuild(Seq(
|
inThisBuild(Seq(
|
||||||
organization := "org.scala-sbt",
|
|
||||||
homepage := Some(url("https://github.com/sbt/librarymanagement")),
|
homepage := Some(url("https://github.com/sbt/librarymanagement")),
|
||||||
description := "Library management module for sbt",
|
description := "Library management module for sbt",
|
||||||
licenses := List("BSD New" -> url("https://github.com/sbt/sbt/blob/0.13/LICENSE")),
|
|
||||||
scmInfo := Some(ScmInfo(url("https://github.com/sbt/librarymanagement"), "git@github.com:sbt/librarymanagement.git")),
|
scmInfo := Some(ScmInfo(url("https://github.com/sbt/librarymanagement"), "git@github.com:sbt/librarymanagement.git")),
|
||||||
developers := List(
|
|
||||||
Developer("harrah", "Mark Harrah", "@harrah", url("https://github.com/harrah")),
|
|
||||||
Developer("eed3si9n", "Eugene Yokota", "@eed3si9n", url("https://github.com/eed3si9n")),
|
|
||||||
Developer("jsuereth", "Josh Suereth", "@jsuereth", url("https://github.com/jsuereth")),
|
|
||||||
Developer("dwijnand", "Dale Wijnand", "@dwijnand", url("https://github.com/dwijnand"))
|
|
||||||
),
|
|
||||||
bintrayPackage := "librarymanagement",
|
bintrayPackage := "librarymanagement",
|
||||||
git.baseVersion := baseVersion
|
git.baseVersion := baseVersion
|
||||||
)),
|
)),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue