Custom export task naming
- Fix auto-naming and add custom naming option #55 (thanks @SimplicialCycle)
structurizrCli {
export {
format = "plantuml"
workspace = "docs/diagrams/workspace2.dsl"
name = "SomeCustomName"
}
}