We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bc32a commit 45e879dCopy full SHA for 45e879d
src/main/scala/com/lightbend/sbt/javaagent/JavaAgent.scala
@@ -62,6 +62,7 @@ object JavaAgent extends AutoPlugin {
62
libraryDependencies ++= javaAgents.value.map(_.module),
63
resolvedJavaAgents := resolveAgents.value,
64
fork in run := enableFork(fork in run, _.scope.run).value,
65
+ connectInput in run := enableFork(fork in run, _.scope.run).value,
66
fork in Test := enableFork(fork in Test, _.scope.test).value,
67
javaOptions in run ++= agentOptions(_.agent.scope.run).value,
68
javaOptions in Test ++= agentOptions(_.agent.scope.test).value,
0 commit comments