We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28d5df commit 08b744dCopy full SHA for 08b744d
instrumentation/grails-3.0/javaagent/build.gradle.kts
@@ -13,7 +13,7 @@ muzzle {
13
// which (also obviously) does not exist
14
skip("3.1.15", "3.3.6")
15
// these versions pass if you add the grails maven repository (https://repo.grails.org/artifactory/core)
16
- skip("3.2.0", "3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.10", "3.3.13", "3.3.14", "3.3.15", "3.3.16", "3.3.17", "4.0.0", "4.0.1", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13")
+ skip("3.2.0", "3.3.0", "3.3.1", "3.3.2", "3.3.3", "3.3.10", "3.3.13", "3.3.14", "3.3.15", "3.3.16", "3.3.17", "3.3.18", "4.0.0", "4.0.1", "4.0.5", "4.0.6", "4.0.7", "4.0.8", "4.0.9", "4.0.10", "4.0.11", "4.0.12", "4.0.13")
17
assertInverse.set(true)
18
}
19
0 commit comments