Build error "Could not determine the dependencies..."

Hi, I have never used gradle and I am trying to compile a plugin for my game engine but I am getting this error.

Can you give me some information to solve it?

Gradle is a build tool and we can generally help with questions related to how to use the build tool and modify your build if you’re the build author. If your game engine provided a build for plugins, you’d really need to ask for help from people that support that game engine unless you can give us the details about how that plugin build is implemented. We know a lot about Gradle, but not how one particular build is implemented unless you can tell us.

The error already tells you that you haven’t set a value for something that is required, but that’s about all that can be determined from what’s been provided.