Skip to content

Disabling java tests when Android is enabled#171

Merged
J-Loudet merged 1 commit intoeclipse-zenoh:mainfrom
ZettaScaleLabs:fix/android-publication
Jan 6, 2025
Merged

Disabling java tests when Android is enabled#171
J-Loudet merged 1 commit intoeclipse-zenoh:mainfrom
ZettaScaleLabs:fix/android-publication

Conversation

@DariusIMP
Copy link
Member

This PR solves the issue of the CI workflows failing when attempting to build an Android package.

The reason for it failing is that it's not possible to target android while having mixed kotlin and java code.

However, the only java code we use is on the tests to validate the API. Since there are no android specific tests, we can safely disable the withJava() config when enabling android, solving the build problem.

@DariusIMP DariusIMP added bug Something isn't working internal Changes not included in the changelog labels Jan 6, 2025
@J-Loudet J-Loudet merged commit c7c94e2 into eclipse-zenoh:main Jan 6, 2025
9 checks passed
@DariusIMP DariusIMP deleted the fix/android-publication branch January 6, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working internal Changes not included in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants