Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Nov 10, 2024
1 parent bb465b4 commit ab17936
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
lazy val docs = project
.in(file("izumi-reflect-docs"))
.settings(
publish / skip := true,
moduleName := "izumi-reflect-docs",
scalacOptions -= "-Yno-imports",
scalacOptions -= "-Xfatal-warnings",
projectName := "izumi-reflect",
mainModuleName := "izumi-reflect",
projectStage := ProjectStage.ProductionReady,
)
.enablePlugins(WebsitePlugin)

0 comments on commit ab17936

Please sign in to comment.