kiwix / java-libkiwix

Libkiwix binding for Java & Kotlin
https://central.sonatype.com/artifact/org.kiwix/libkiwix
GNU General Public License v3.0
3 stars 4 forks source link

Fixed: CD is failing because there are multiple jar and sources files to upload. #106

Closed MohitMaliFtechiz closed 3 months ago

MohitMaliFtechiz commented 3 months ago

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.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.23%. Comparing base (cd8ac21) to head (1d9ba41).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #106 +/- ## ========================================= Coverage 93.23% 93.23% Complexity 237 237 ========================================= Files 47 47 Lines 325 325 Branches 3 3 ========================================= Hits 303 303 Misses 19 19 Partials 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.