Add muzzle option to override version limit (#4942)

This commit is contained in:
Trask Stalnaker 2021-12-20 06:11:30 -08:00 committed by GitHub
parent 5d2cc7eed3
commit 08d626d3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")