File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ object Build {
298
298
" -deprecation" ,
299
299
" -unchecked" ,
300
300
// "-Wconf:cat=deprecation&msg=Unsafe:s", // example usage
301
- " -Werror" ,
301
+ // "-Werror",
302
302
// "-Wunused:all",
303
303
// "-rewrite", // requires -Werror:false since no rewrites are applied with errors
304
304
" -encoding" , " UTF8" ,
@@ -1132,7 +1132,7 @@ object Build {
1132
1132
(Compile / scalacOptions) ++= Seq (
1133
1133
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
1134
1134
" -sourcepath" , (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File .pathSeparator),
1135
- " -Yexplicit-nulls" ,
1135
+ // "-Yexplicit-nulls",
1136
1136
),
1137
1137
(Compile / doc / scalacOptions) ++= ScaladocConfigs .DefaultGenerationSettings .value.settings,
1138
1138
(Compile / packageSrc / mappings) ++= {
You can’t perform that action at this time.
0 commit comments