How to submit jar with multiple plugins to the portal?

I’m working through the instructions for submitting plugins to the portal. Step 5 notes that there should be a ‘gradle-plugin’ attribute on each version noting the plugin’s ‘id:group:name’. If your package/jar includes multiple plugins, how should that be noted in the attribute?

You can add multiple attributes of the same name.

It does mean that the description/tags for each of these plugins is shared, but there’s no way around this at the moment.

Ah… Seems to combine multiple as a CSV. I’m seeing both plugins in the portal now. Thanks!