I have issue with modules-info.class, it corrupts loading plugin

Server logs: [21:41:26] [Server thread/WARN] [Sponge]: Plugin 'scpcore' seems to be missing a - Pastebin.com

Most important note - I have never created this kind of file in my project, anyone can try to help? I use InteliJ and gradle.

Also important: your plugin most likely shadows in depednencies, right? You’ll need to set the shadow configuration to exclude any module-info.class files from being included in the shadowed jar.

Sorry for asking (maybe dumb question) @dualspiral, but can you tell me how to do it? I’m not good at gradle/maven.