Skip to content

Commit dda575a

Browse files
committed
re-enable Scaladoc generation on Scala 3
it used to be broken but now it works
1 parent 682885d commit dda575a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ lazy val scalaJava8Compat = (project in file("."))
115115
if (Set("1.5", "1.6", "1.7") contains specVersion)
116116
sys.error("Java 8 or higher is required for this project.")
117117
},
118-
119-
packageDoc / publishArtifact := !disableDocs && !scalaVersion.value.startsWith("3.")
120118
)
121119
.settings(
122120
inConfig(JavaDoc)(Defaults.configSettings) ++ {

0 commit comments

Comments
 (0)