It would be cool if it would be possible to pass arguments to an agent. It seems that currently `JavaForkOptionsConfigurer` always does `-javaagent:<agent jar>` only. Arguments could be passed using `-javaagent:<agent jar>=<arguments>`.
It would be cool if it would be possible to pass arguments to an agent.
It seems that currently
JavaForkOptionsConfigureralways does-javaagent:<agent jar>only.Arguments could be passed using
-javaagent:<agent jar>=<arguments>.