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 4ebccb0 commit 26440daCopy full SHA for 26440da
project/Build.scala
@@ -1305,7 +1305,6 @@ object Build {
1305
lazy val `scala-library-bootstrapped` = project.in(file("library"))
1306
.enablePlugins(ScalaLibraryPlugin)
1307
.settings(publishSettings)
1308
- .settings(disableDocSetting) // TODO now produces empty JAR to satisfy Sonatype, see https://github.com/scala/scala3/issues/24434
1309
.settings(
1310
name := "scala-library-bootstrapped",
1311
moduleName := "scala-library",
0 commit comments