You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be helpful to use filePattern().all() selector for actually all messages, except smth specific, e.g. messages that have test in their Protobuf file name:
modelCompiler {
generateInterfaces {
mark filePattern().all().exclude(filePattern.regex(".*test.*")), "my.CustomInterface"
}
}
The text was updated successfully, but these errors were encountered:
It may be helpful to use
filePattern().all()
selector for actually all messages, except smth specific, e.g. messages that havetest
in their Protobuf file name:The text was updated successfully, but these errors were encountered: