Skip to content

Commit c154654

Browse files
authored
Exclude grizzly 5.0.0 from muzzle (#10405)
1 parent 92a37a5 commit c154654

File tree

1 file changed

+3
-5
lines changed
  • dd-java-agent/instrumentation/grizzly/grizzly-http-2.3.20

1 file changed

+3
-5
lines changed

dd-java-agent/instrumentation/grizzly/grizzly-http-2.3.20/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ muzzle {
22
pass {
33
group = "org.glassfish.grizzly"
44
module = 'grizzly-http'
5-
if (JavaVersion.current().isJava11Compatible()) {
6-
versions = "[2.3.20,)"
7-
} else {
8-
versions = "[2.3.20,4.0.0)"
9-
}
5+
versions = "[2.3.20,)"
6+
javaVersion = '11'
107
assertInverse = false
8+
skipVersions += "5.0.0"
119
}
1210
}
1311

0 commit comments

Comments
 (0)