Skip to content

Commit

Permalink
Add muzzle option to override version limit (open-telemetry#4942)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and RashmiRam committed May 23, 2022
1 parent a48abe0 commit e7a8dab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
}

// Select a random set of versions to test
val RANGE_COUNT_LIMIT = 10
val RANGE_COUNT_LIMIT = Integer.getInteger("otel.javaagent.muzzle.versions.limit", 10)

val muzzleConfig = extensions.create<MuzzleExtension>("muzzle")

Expand Down

0 comments on commit e7a8dab

Please sign in to comment.