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. #101

Closed MohitMaliFtechiz closed 3 months ago

MohitMaliFtechiz commented 3 months ago

Fixes #100

It was because we were using java 11 in CD, and now our project requires java 17 to run.

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 (28962b5) to head (1c06e33).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #101 +/- ## ========================================= 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.