Hello!
Just a couple of days ago I found a cool project called StreamPi which works as a Elgato Stream Deck alternative.
It has been build in Java 11+ and has a plugin functionality based on Java 9 Modules.
To create a plugin you need to create a module-info.java and later when you done build it with maven and put the Jar file and all the dependencies in the plugin folder.
But here is my problem: I cannot compile the jar. Maven will always give me this error: https://pastebin.com/g5Ph37eA
My project is going to be open source so here is the GitHub link to the project: https://github.com/DerEingerostete/StreamPi-Hue
Some reference about the plugin system (sadly there is no Documentation): https://github.com/stream-pi/essential-actions
Any help is appreciated 
(I know it would be better to post this question in the official StreamPi Discord Server but sadly they aren't really active so I thought I could find some help here as well)

I'll do that