Hide convention publishing tasks from 'help'?

Hmm… I can’t hide convention-generated tasks from the publishing plugin. I’ve tried assigning a null group to those tasks but they still show up under Publishing group. Any clues why this isn’t working?

tasks.matching { it.name.startsWith(“publish”) || it.name.startsWith(“generate”) }.all {
group = null
}