gradle build file to instrument a project submodule with another (agent) submodule
I have a multiple-module gradle project where one module A needs to be instrumented by a java-agent whose source-code is in module B.
I have a multiple-module gradle project where one module A needs to be instrumented by a java-agent whose source-code is in module B.