Fix gwt groupId (#6215)

This commit is contained in:
Trask Stalnaker 2022-06-24 21:09:15 -07:00 committed by GitHub
parent 8a83844245
commit ca3664613f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ muzzle {
}
// GWT changed group name in 2.10.0
pass {
group.set("org.gwptoject")
group.set("org.gwtproject")
module.set("gwt-servlet")
versions.set("[2.10.0,)")
assertInverse.set(true)