File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,8 @@ object Build {
246
246
247
247
libraryDependencies += " com.novocode" % " junit-interface" % " 0.11" % Test ,
248
248
249
- scalacOptions += " -Yno-experimental" ,
249
+ // TODO: enable after bootstrap
250
+ // scalacOptions += "-Yno-experimental",
250
251
251
252
// If someone puts a source file at the root (e.g., for manual testing),
252
253
// don't pick it up as part of any project.
@@ -447,7 +448,8 @@ object Build {
447
448
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
448
449
packageOptions += ManifestAttributes ((" Git-Hash" , VersionUtil .gitHash)),
449
450
450
- scalacOptions += " -Yno-experimental" ,
451
+ // TODO: enable after bootstrap
452
+ // scalacOptions += "-Yno-experimental",
451
453
452
454
javaOptions ++= {
453
455
val managedSrcDir = {
You can’t perform that action at this time.
0 commit comments