Skip to content

Commit

Permalink
muzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jan 24, 2022
1 parent fb8ca35 commit 4cfedc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions instrumentation/kotlinx-coroutines/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ muzzle {
group.set("org.jetbrains.kotlinx")
module.set("kotlinx-coroutines-core")
versions.set("[1.0.0,1.3.8)")
extraDependency("io.projectreactor:reactor-core:3.1.10.RELEASE")
extraDependency("org.reactivestreams:reactive-streams:1.0.2")
}
// 1.3.9 (and beyond?) have changed how artifact names are resolved due to multiplatform variants
pass {
group.set("org.jetbrains.kotlinx")
module.set("kotlinx-coroutines-core-jvm")
versions.set("[1.3.9,)")
extraDependency("io.projectreactor:reactor-core:3.1.10.RELEASE")
extraDependency("org.reactivestreams:reactive-streams:1.0.2")
}
}
dependencies {
Expand Down

0 comments on commit 4cfedc4

Please sign in to comment.