Closed MohitMaliFtechiz closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.23%. Comparing base (
cd8ac21
) to head (1d9ba41
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #105
It was due to we had upgraded the Nexus plugin while upgrading the gradle. So this new version of Nexus generates the sources and jar files itself, and we have a task where we are generating the sources and jar so due to this it detected the multiple jar and sources files and failed the CD. So we have removed our task so that the Nexus plugin will generate and upload the jar and source files itself.