Fix gwt groupId (#6215)
This commit is contained in:
parent
8a83844245
commit
ca3664613f
|
@ -11,7 +11,7 @@ muzzle {
|
||||||
}
|
}
|
||||||
// GWT changed group name in 2.10.0
|
// GWT changed group name in 2.10.0
|
||||||
pass {
|
pass {
|
||||||
group.set("org.gwptoject")
|
group.set("org.gwtproject")
|
||||||
module.set("gwt-servlet")
|
module.set("gwt-servlet")
|
||||||
versions.set("[2.10.0,)")
|
versions.set("[2.10.0,)")
|
||||||
assertInverse.set(true)
|
assertInverse.set(true)
|
||||||
|
|
Loading…
Reference in New Issue