apply from: "$rootDir/gradle/instrumentation.gradle" muzzle { pass { coreJdk = true } } tasks.withType(Test) { jvmArgs "-Dotel.instrumentation.methods.include=package.ClassName[method1,method2];MethodTest\$ConfigTracedCallable[call]" }