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 f5ec406 commit 15efacfCopy full SHA for 15efacf
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -321,7 +321,8 @@ object projects:
321
project = "scala-xml",
322
sbtTestCommand = "xml/test",
323
sbtPublishCommand = "xml/publishLocal",
324
- sbtDocCommand = "xml/doc"
+ sbtDocCommand = "xml/doc",
325
+ scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Yexplicit-nulls").filter(_ != "-Yflexible-types"),
326
)
327
328
lazy val scalap = SbtCommunityProject(
0 commit comments