-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvment] Pass it multiple packages #15
Comments
Do you have an idea on how to do this one? |
Pass packages as a list of strings instead of a single string, I guess. |
Something like this? packageName = ["x.y.z", "p.d.q"] |
Are you working on it? |
Unfortunately not 😓 regular "bread and breakfast" stuffs may be shipped |
same problem but we are thinking of trying it ourselves. |
Not sure if this plugin is still developed, but I have an amendment: it would be nice to define packageName and outputFile as pairs, so you can create a seperate diagram for each package. |
Hello all, Great idea to pair package and output file. I'm currently a bit busy to maintain this plugin but would have some time in Q3 I hope. So my plan will be to set this pair in this class: https://github.com/RoRoche/plantuml-gradle-plugin/blob/master/src/main/groovy/com/github/roroche/plantuml/tasks/ClassDiagramExtension.groovy |
No description provided.
The text was updated successfully, but these errors were encountered: