Jmix Addons -> Build -> Dependencies

Good evening,

I am currently working on implementing some functions from my project in JMIX Addons.

I’m currently working on a PF4J addon, but I can’t get to grips with the JMIX Gradle structure.

Namely, when I “build” the project, dependencies are not extracted into the Jar Archive.

Does anyone have an idea how I can solve this problem, I have already tried a few things?

Code: Gamer08YT/jmix-plugin-addon

Hi Jan,

Could you elaborate?

Regards,
Konstantin

The problem was that I use 2 dependencies, but these were not extracted in the Jar Archive.

After a bit of googling I found the following workaround :wink:

Thanks for your help :wink:

Best Regards,
Jan

Interesting.
Is there any explanation why Gradle doesn’t include an implementation dependency in the JAR?

I have no idea,

I’m from the days of Maven, everything always went great :slight_smile:

I was really at a loss, that’s why I left the workaround as it is.