We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6531ea8 + a79f037 commit 9d40aafCopy full SHA for 9d40aaf
instrumentation/glassfish-6/build.gradle
@@ -15,11 +15,7 @@ verifyInstrumentation {
15
exclude 'org.glassfish.main.web:web-core:7.0.0-M3'
16
exclude 'org.glassfish.main.web:web-core:7.0.0-M4'
17
exclude 'org.glassfish.main.web:web-core:7.0.0-M10'
18
- exclude 'org.glassfish.main.web:web-core:8.0.0-M5'
19
- exclude 'org.glassfish.main.web:web-core:8.0.0-M6'
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'
+ exclude 'org.glassfish.main.web:web-core:8.0.0-M[0-9]*$'
23
excludeRegex 'org.glassfish.main.web:web-core:8.0.0-JDK17-M[0-9]*$'
24
}
25
0 commit comments