How to make this work with `withGroovyBuilder`? `...
# gradle
b
How to make this work with
withGroovyBuilder
?
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }