plugins { id("otel.javaagent-instrumentation") } muzzle { pass { coreJdk() } } otelJava { minJavaVersionSupported = JavaVersion.VERSION_11 }