Skip to content

Commit 15efacf

Browse files
committed
disable explicit nulls for scalaXml
1 parent f5ec406 commit 15efacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ object projects:
321321
project = "scala-xml",
322322
sbtTestCommand = "xml/test",
323323
sbtPublishCommand = "xml/publishLocal",
324-
sbtDocCommand = "xml/doc"
324+
sbtDocCommand = "xml/doc",
325+
scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Yexplicit-nulls").filter(_ != "-Yflexible-types"),
325326
)
326327

327328
lazy val scalap = SbtCommunityProject(

0 commit comments

Comments
 (0)