You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from sbt-kanela-runner 2.0.14 to 2.1.0 running applications with javaOptions ++= Seq("-agentlib:jdwp=anything here")
in build.sbt results in the following error:
ERROR: Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options.
The text was updated successfully, but these errors were encountered:
After upgrading from sbt-kanela-runner 2.0.14 to 2.1.0 running applications with
javaOptions ++= Seq("-agentlib:jdwp=anything here")
in build.sbt results in the following error:
ERROR: Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options.
The text was updated successfully, but these errors were encountered: