Skip to content

Commit

Permalink
🚨 Fix DeletedElementException error
Browse files Browse the repository at this point in the history
Don't really understand to be honest, but this receipe works .oracle/graal#2736
  • Loading branch information
cheleb committed Apr 1, 2023
1 parent 104281b commit d186c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ lazy val root = (project in file("."))
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
graalVMNativeImageOptions ++= Seq(
"--no-fallback",
"--enable-url-protocols=https"
"--enable-url-protocols=https",
"--report-unsupported-elements-at-runtime"
),
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit d186c32

Please sign in to comment.