Skip to content

Commit

Permalink
Add assert inverse to ktor2 muzzle configuration (#11948)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Aug 14, 2024
1 parent 9c93163 commit a453bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instrumentation/ktor/ktor-2.0/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ muzzle {
group.set("org.jetbrains.kotlinx")
module.set("ktor-server-core")
versions.set("[2.0.0,)")
assertInverse.set(true)
}
}

Expand Down

0 comments on commit a453bc6

Please sign in to comment.