Skip to content

Commit 90ab592

Browse files
authored
Merge pull request #2211 from newrelic/glassfish6-excludes
More glassfish verify excludes
2 parents f723f32 + 24b0477 commit 90ab592

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

instrumentation/glassfish-6/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ verifyInstrumentation {
1616
exclude 'org.glassfish.main.web:web-core:7.0.0-M4'
1717
exclude 'org.glassfish.main.web:web-core:7.0.0-M10'
1818
exclude 'org.glassfish.main.web:web-core:8.0.0-M5'
19-
exclude 'org.glassfish.main.web:web-core:8.0.0-JDK17-M5'
2019
exclude 'org.glassfish.main.web:web-core:8.0.0-M6'
21-
exclude 'org.glassfish.main.web:web-core:8.0.0-JDK17-M6'
22-
exclude 'org.glassfish.main.web:web-core:8.0.0-JDK17-M7'
20+
exclude 'org.glassfish.main.web:web-core:8.0.0-M7'
21+
exclude 'org.glassfish.main.web:web-core:8.0.0-M8'
22+
exclude 'org.glassfish.main.web:web-core:8.0.0-M9'
23+
excludeRegex 'org.glassfish.main.web:web-core:8.0.0-JDK17-M[0-9]*$'
2324
}
2425

2526
site {

0 commit comments

Comments
 (0)