Skip to content

Commit

Permalink
This project doesn't need to aggregate fetchJVM
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrohdezma committed May 25, 2020
1 parent 2ec71a7 commit 345e586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ lazy val microsite = project
.enablePlugins(MicrositesPlugin, MdocPlugin)

lazy val documentation = project
.aggregate(fetchJVM)
.dependsOn(fetchJVM)
.settings(skip in publish := true)
.settings(mdocOut := file("."))
Expand Down

0 comments on commit 345e586

Please sign in to comment.