mirror of https://github.com/sbt/sbt.git
Tweak build.sbt
This commit is contained in:
parent
0906201eb1
commit
6c8f06bd88
|
|
@ -4,7 +4,7 @@ import Settings._
|
||||||
|
|
||||||
inThisBuild(List(
|
inThisBuild(List(
|
||||||
organization := "io.get-coursier",
|
organization := "io.get-coursier",
|
||||||
homepage := Some(url("https://github.com/coursier/coursier")),
|
homepage := Some(url("https://github.com/coursier/sbt-coursier")),
|
||||||
licenses := Seq("Apache 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),
|
licenses := Seq("Apache 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),
|
||||||
developers := List(
|
developers := List(
|
||||||
Developer(
|
Developer(
|
||||||
|
|
@ -105,7 +105,7 @@ lazy val `sbt-shading` = project
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
lazy val coursier = project
|
lazy val `sbt-coursier-root` = project
|
||||||
.in(file("."))
|
.in(file("."))
|
||||||
.aggregate(
|
.aggregate(
|
||||||
`sbt-shared`,
|
`sbt-shared`,
|
||||||
|
|
@ -115,7 +115,6 @@ lazy val coursier = project
|
||||||
)
|
)
|
||||||
.settings(
|
.settings(
|
||||||
shared,
|
shared,
|
||||||
skip.in(publish) := true,
|
skip.in(publish) := true
|
||||||
moduleName := "sbt-coursier-root"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue