19 lines
354 B
Plaintext
19 lines
354 B
Plaintext
plugins {
|
|
id("otel.javaagent-instrumentation")
|
|
}
|
|
|
|
muzzle {
|
|
pass {
|
|
group.set("org.apache.geode")
|
|
module.set("geode-core")
|
|
versions.set("[1.4.0,)")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
library("org.apache.geode:geode-core:1.4.0")
|
|
|
|
compileOnly("com.google.auto.value:auto-value-annotations")
|
|
annotationProcessor("com.google.auto.value:auto-value")
|
|
}
|