I expose a Map through a convention object associated with a plugin (the jdocbook plugin). The only way I have found to actually set values in that Map has been:
transformerParameters([
‘html.stylesheet’: “css/hibernate.css”
])
which just seems ugly to me. Is there a way to achieve this using a more succinct syntax? Thinking something like:
Just getting back to this, sorry for the delay. Luke, another problem here is that the map keys can contain special characters. This is a map of configuration values for an XSLT processor so we see lots of keys with dots for example.