mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 10:05:06 +03:00
Ignore spurious warnings (#8575)
This commit is contained in:
parent
6983474650
commit
88c1d01891
@ -1751,7 +1751,12 @@ lazy val `runtime-parser` =
|
||||
"com.github.sbt" % "junit-interface" % junitIfVersion % Test,
|
||||
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
|
||||
"org.netbeans.api" % "org-openide-util-lookup" % netbeansApiVersion % "provided"
|
||||
)
|
||||
),
|
||||
(Compile / logManager) :=
|
||||
sbt.internal.util.CustomLogManager.excludeMsg(
|
||||
"Could not determine source for class ",
|
||||
Level.Warn
|
||||
)
|
||||
)
|
||||
.dependsOn(syntax)
|
||||
.dependsOn(`syntax-rust-definition`)
|
||||
|
Loading…
Reference in New Issue
Block a user