Skip to content

Commit

Permalink
Skip Publishing Jar Files for Documentation Project (#2690)
Browse files Browse the repository at this point in the history
skip publishing jar files for docs project.
  • Loading branch information
khajavi authored Feb 20, 2024
1 parent 066b9da commit 80ab087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ lazy val docs = project
`jwt-core`,
"dev.zio" %% "zio-test" % ZioVersion,
),
publish / skip := true,
)
.dependsOn(zioHttpJVM)
.enablePlugins(WebsitePlugin)

0 comments on commit 80ab087

Please sign in to comment.