apply from: "$rootDir/gradle/java.gradle" apply from: "$rootDir/gradle/publish.gradle" // TODO: add more tests excludedClassesCoverage += [ 'io.opentelemetry.auto.common.exec.*' ] dependencies { implementation deps.slf4j testImplementation project(':utils:test-utils') }