Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 8, 2022
1 parent ba39493 commit 9c3d694
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def commonSettings(jdk: Int) = Seq(
)

lazy val prox = project.in(file("."))
.settings(commonSettings(8))
.settings(
name := "prox",
organization := "io.github.vigoo",
Expand Down Expand Up @@ -137,6 +138,7 @@ lazy val proxJava9 = Project("prox-java9", file("prox-java9")).settings(commonSe

lazy val docs = project
.enablePlugins(GhpagesPlugin, SiteScaladocPlugin, ScalaUnidocPlugin, MicrositesPlugin)
.settings(commonSettings(8))
.settings(
addCompilerPlugin("org.typelevel" %% s"kind-projector" % "0.13.2" cross CrossVersion.full),
publishArtifact := false,
Expand Down

0 comments on commit 9c3d694

Please sign in to comment.