viclovsky / swagger-coverage

Tool which generates full picture of coverage of API tests based on OAS (Swagger) v2 and v3
Apache License 2.0
198 stars 37 forks source link

Issue 93: Fix dependency resolving problem for gradle #95

Closed Fresh-D101 closed 2 years ago

Fresh-D101 commented 2 years ago

After some digging, I found the solution for #93. With the change in gradle versions (#86), the generated metadata POM included a special marker, telling gradle to instead use the gradle module metadata, which does not include the dependency version numbers configured with the used dependency-management plugin. I therefore disabled the generation of said gradle module metadata files, so that the POM File is evaluated as expected.