mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Rename root project to 'bitcoins' (#420)
This commit is contained in:
parent
db15731b93
commit
e5f9885312
2 changed files with 4 additions and 2 deletions
|
@ -119,7 +119,7 @@ lazy val commonProdSettings = Seq(
|
|||
Test / bloopGenerate := None
|
||||
) ++ commonSettings
|
||||
|
||||
lazy val root = project
|
||||
lazy val bitcoins = project
|
||||
.in(file("."))
|
||||
.aggregate(
|
||||
secp256k1jni,
|
||||
|
@ -139,6 +139,7 @@ lazy val root = project
|
|||
.settings(libraryDependencies ++= Deps.root)
|
||||
.enablePlugins(ScalaUnidocPlugin, GhpagesPlugin, GitVersioning)
|
||||
.settings(
|
||||
name := "bitcoin-s",
|
||||
ScalaUnidoc / siteSubdirName := "latest/api",
|
||||
addMappingsToSiteDir(ScalaUnidoc / packageDoc / mappings, ScalaUnidoc / siteSubdirName),
|
||||
gitRemoteRepo := "git@github.com:bitcoin-s/bitcoin-s-core.git"
|
||||
|
@ -272,7 +273,7 @@ lazy val doc = project
|
|||
// amm
|
||||
addCommandAlias("amm", "test:run")
|
||||
|
||||
publishArtifact in root := false
|
||||
publishArtifact in bitcoins := false
|
||||
|
||||
previewSite / aggregate := false
|
||||
previewAuto / aggregate := false
|
||||
|
|
|
@ -139,6 +139,7 @@ object Deps {
|
|||
)
|
||||
|
||||
val doc = List(
|
||||
Test.ammonite,
|
||||
Test.scalaTest,
|
||||
Test.logback
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue