16 lines
325 B
Groovy
16 lines
325 B
Groovy
apply plugin: "otel.javaagent-instrumentation"
|
|
|
|
muzzle {
|
|
pass {
|
|
group = "com.google.http-client"
|
|
module = "google-http-client"
|
|
|
|
// 1.19.0 is the first release. The versions before are betas and RCs
|
|
versions = "[1.19.0,)"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
library "com.google.http-client:google-http-client:1.19.0"
|
|
}
|