Skip to content

Commit

Permalink
Merge pull request #649 from fitztrev/disable-docs
Browse files Browse the repository at this point in the history
Don't generate docs
  • Loading branch information
lenguyenthanh authored Jan 24, 2025
2 parents 35a49a2 + c834e09 commit a7c74b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ lazy val `lila-ws` = project
Docker / dockerRepository := Some("ghcr.io"),
Universal / javaOptions := Seq(
"-J-Dconfig.override_with_env_vars=true"
)
),
Compile / doc / sources := Seq.empty
)

addCommandAlias("prepare", "scalafixAll; scalafmtAll")
Expand Down

0 comments on commit a7c74b4

Please sign in to comment.