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 a12083c commit 9096200Copy full SHA for 9096200
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -118,6 +118,7 @@ object SbtCommunityProject:
118
def scalacOptions = List(
119
"-Xcheck-macros",
120
"-Wsafe-init",
121
+ "-Yexplicit-nulls",
122
)
123
124
object projects:
@@ -265,7 +266,8 @@ object projects:
265
266
project = "scala-xml",
267
sbtTestCommand = "xml/test",
268
sbtPublishCommand = "xml/publishLocal",
- sbtDocCommand = "xml/doc"
269
+ sbtDocCommand = "xml/doc",
270
+ scalacOptions = SbtCommunityProject.scalacOptions.filter(_ != "-Yexplicit-nulls")
271
272
273
lazy val scalap = SbtCommunityProject(
0 commit comments