Skip to content

Commit 08b744d

Browse files
[release/v1.32.x] Exclude one more grails version from muzzle (#10501)
Co-authored-by: Lauri Tulmin <[email protected]>
1 parent b28d5df commit 08b744d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/grails-3.0/javaagent/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ muzzle {
1313
// which (also obviously) does not exist
1414
skip("3.1.15", "3.3.6")
1515
// 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")
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", "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")
1717
assertInverse.set(true)
1818
}
1919
}

0 commit comments

Comments
 (0)