Skip to content

Commit

Permalink
Merge pull request #246 from SethTisue/no-scala-3-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Sep 29, 2021
2 parents 5ba7118 + 20ddb40 commit 6074480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ lazy val scalaJava8Compat = (project in file("."))
sys.error("Java 8 or higher is required for this project.")
},

packageDoc / publishArtifact := !disableDocs
packageDoc / publishArtifact := !disableDocs && !scalaVersion.value.startsWith("3.")
)
.settings(
inConfig(JavaDoc)(Defaults.configSettings) ++ {
Expand Down

0 comments on commit 6074480

Please sign in to comment.