opentelemetry-java-instrume.../benchmark-integration/build.gradle.kts

18 lines
259 B
Plaintext

plugins {
id("com.github.johnrengelman.shadow")
id("otel.java-conventions")
}
description = "Integration Level Agent benchmarks."
subprojects {
tasks {
plugins.withId("java") {
named("javadoc") {
enabled = false
}
}
}
}