Skip to content

Commit 20ddb40

Browse files
committed
don't attempt to run genjavadoc on Scala 3
1 parent 5ba7118 commit 20ddb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ lazy val scalaJava8Compat = (project in file("."))
130130
sys.error("Java 8 or higher is required for this project.")
131131
},
132132

133-
packageDoc / publishArtifact := !disableDocs
133+
packageDoc / publishArtifact := !disableDocs && !scalaVersion.value.startsWith("3.")
134134
)
135135
.settings(
136136
inConfig(JavaDoc)(Defaults.configSettings) ++ {

0 commit comments

Comments
 (0)