Cleanup runtime project settings (#9398)

Remove redundant compiler settings from the runtime project.
This commit is contained in:
Dmitry Bushev 2024-03-13 14:31:52 +00:00 committed by GitHub
parent 2fdb2fca62
commit 2322b40a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1598,8 +1598,6 @@ lazy val runtime = (project in file("engine/runtime"))
version := ensoVersion,
commands += WithDebugCommand.withDebug,
inConfig(Compile)(truffleRunOptionsSettings),
scalacOptions += "-Ymacro-annotations",
scalacOptions ++= Seq("-Ypatmat-exhaust-depth", "off"),
libraryDependencies ++= GraalVM.langsPkgs ++ Seq(
"org.apache.commons" % "commons-lang3" % commonsLangVersion,
"org.apache.tika" % "tika-core" % tikaVersion,