Skip to content

Commit

Permalink
do not aggregate sub projects
Browse files Browse the repository at this point in the history
  • Loading branch information
d.semenov committed Feb 15, 2020
1 parent 0f6f553 commit 5420f39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ val AwsSdkVersion = "1.11.717"
val cirisVersion = "0.12.1"

lazy val root = (project in file("."))
.aggregate(`fs2-aws`, `fs2-aws-testkit`, `fs2-aws-dynamodb`, `fs2-aws-core`, `fs2-aws-examples`)
.settings(
skip in publish := true
)
Expand Down Expand Up @@ -156,7 +155,6 @@ inThisBuild(
publishMavenStyle := true,
Test / publishArtifact := true,
pomIncludeRepository := (_ => false),
sonatypeProfileName := "io.laserdisc",
pgpPublicRing := file(".travis/local.pubring.asc"),
pgpSecretRing := file(".travis/local.secring.asc"),
releaseEarlyWith := SonatypePublisher
Expand Down

0 comments on commit 5420f39

Please sign in to comment.