You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.settings(disableDocSetting) // TODO now produces empty JAR to satisfy Sonatype, see https://github.com/scala/scala3/issues/24434
1315
+
//.settings(disableDocSetting) // TODO now produces empty JAR to satisfy Sonatype, see https://github.com/scala/scala3/issues/24434
1316
1316
.settings(
1317
1317
name :="scala-library-bootstrapped",
1318
1318
moduleName :="scala-library",
@@ -1336,6 +1336,11 @@ object Build {
1336
1336
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
0 commit comments