umple/umple.gradle

Add support to the plugin for multiple `.ump` files

AdamBJ opened this issue · 0 comments

We want to allow users of the plugin to specify multiple .ump files as input. Perhaps something like:
umpleFilePath = ["path/to/first/master.ump", "path/to/second/master.ump"]

This change should not be added until we've settled on a configuration style and resolved #14.