Skip broken grails version in muzzle (#10061)
This commit is contained in:
parent
4123a639fa
commit
b8126c8da7
|
@ -13,7 +13,7 @@ muzzle {
|
|||
// which (also obviously) does not exist
|
||||
skip("3.1.15", "3.3.6")
|
||||
// these versions pass if you add the grails maven repository (https://repo.grails.org/artifactory/core)
|
||||
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", "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", "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")
|
||||
assertInverse.set(true)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue