Skip to content

Commit 134efe5

Browse files
committed
Disable -Yno-experimental temporarily
1 parent 7ffbbc7 commit 134efe5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project/Build.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ object Build {
246246

247247
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
248248

249-
scalacOptions += "-Yno-experimental",
249+
// TODO: enable after bootstrap
250+
// scalacOptions += "-Yno-experimental",
250251

251252
// If someone puts a source file at the root (e.g., for manual testing),
252253
// don't pick it up as part of any project.
@@ -447,7 +448,8 @@ object Build {
447448
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
448449
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
449450

450-
scalacOptions += "-Yno-experimental",
451+
// TODO: enable after bootstrap
452+
// scalacOptions += "-Yno-experimental",
451453

452454
javaOptions ++= {
453455
val managedSrcDir = {

0 commit comments

Comments
 (0)