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(
|
||||
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")),
|
||||
developers := List(
|
||||
Developer(
|
||||
|
|
@ -105,7 +105,7 @@ lazy val `sbt-shading` = project
|
|||
}
|
||||
)
|
||||
|
||||
lazy val coursier = project
|
||||
lazy val `sbt-coursier-root` = project
|
||||
.in(file("."))
|
||||
.aggregate(
|
||||
`sbt-shared`,
|
||||
|
|
@ -115,7 +115,6 @@ lazy val coursier = project
|
|||
)
|
||||
.settings(
|
||||
shared,
|
||||
skip.in(publish) := true,
|
||||
moduleName := "sbt-coursier-root"
|
||||
skip.in(publish) := true
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue