|
apply from: "$rootDir/gradle/instrumentation.gradle"
|
|
apply plugin: "otel.scala-conventions"
|
|
|
|
muzzle {
|
|
pass {
|
|
group = 'com.typesafe.akka'
|
|
module = 'akka-actor_2.11'
|
|
versions = "[2.5.0,)"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
library "com.typesafe.akka:akka-actor_2.11:2.5.0"
|
|
}
|