Execution failed for task ':gemnasiumDumpDependencies'. > Project has unresolved dependencies

Hello all,

after adding id “com.gemnasium.gradle-plugin” version “0.3.2” into my project or using init script to add gemnasium plugin ( ./gradlew --init-script gl-gemnasium-init.gradle gemnasiumDumpDependencies) from including template: Dependency-Scanning.gitlab-ci.yml I’m getting
Execution failed for task ‘:gemnasiumDumpDependencies’.
> Project has unresolved dependencies
without any details. Even running gradle :gemnasiumDumpDependencies --stacktrace isn’t very useful in providing more useful details. I’m using Gradle to build my project which is a Spring multi-module project.
Do you have any insight on how to solve such an issue?

Regards,

1 Like

We’re having the exact same issue, did you ever find a solution to this? You seem to be the only search result for gemnasiumDumpDependencies :grimacing:

Were you able to get a fix for this?

Did you ever figure this out?