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 3228526 commit 5bf48b1Copy full SHA for 5bf48b1
project/Build.scala
@@ -230,7 +230,7 @@ object Build {
230
)
231
232
lazy val disableDocSetting =
233
- // This is a legacy settings, we should reevalute generating javadocs
+ // This is a legacy settings, we should reevaluate generating javadocs
234
Compile / doc / sources := Seq()
235
236
lazy val commonSettings = publishSettings ++ Seq(
@@ -447,8 +447,6 @@ object Build {
447
// Add git-hash used to package the distribution to the manifest to know it in runtime and report it in REPL
448
packageOptions += ManifestAttributes(("Git-Hash", VersionUtil.gitHash)),
449
450
- scalacOptions += "-Yno-experimental",
451
-
452
javaOptions ++= {
453
val managedSrcDir = {
454
// Populate the directory
0 commit comments