mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Cleanup runtime project settings (#9398)
Remove redundant compiler settings from the runtime project.
This commit is contained in:
parent
2fdb2fca62
commit
2322b40a22
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user