Skip to content

Commit

Permalink
Break verifier for akka-http-2.13_10.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjkeller committed Sep 18, 2024
1 parent 857433f commit 4acf669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instrumentation/akka-http-2.13_10.1.8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ verifyInstrumentation {
passesOnly('com.typesafe.akka:akka-http_2.13:[10.1.8,10.2.0)') {
implementation("com.typesafe.akka:akka-stream_2.13:2.5.23")
}
excludeRegex 'com.typesafe.akka:akka-http_2.13:.*(RC|M)[0-9]*$'
excludeRegex 'com.typesafe.akka:akka-http_2.13:.*-[0-9a-f]{8}$'
// excludeRegex 'com.typesafe.akka:akka-http_2.13:.*(RC|M)[0-9]*$'
// excludeRegex 'com.typesafe.akka:akka-http_2.13:.*-[0-9a-f]{8}$'
}

site {
Expand Down

0 comments on commit 4acf669

Please sign in to comment.