We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba7118 commit 20ddb40Copy full SHA for 20ddb40
build.sbt
@@ -130,7 +130,7 @@ lazy val scalaJava8Compat = (project in file("."))
130
sys.error("Java 8 or higher is required for this project.")
131
},
132
133
- packageDoc / publishArtifact := !disableDocs
+ packageDoc / publishArtifact := !disableDocs && !scalaVersion.value.startsWith("3.")
134
)
135
.settings(
136
inConfig(JavaDoc)(Defaults.configSettings) ++ {
0 commit comments