Please can you help JavaDoc generation failed error only on Bitrise

Hello Devs!
I'm calling for help all Android build experts as this issue on bitrise with gradle-runner step is not letting me sleep well since Monday.

The issue seems to be with react-native-screens which is used by react-navigation v2.18.3 (the newest from 2.x.x). I have added a screenshot as well as an attached file. screenshot. Please can give me some ideas what to try next. Here's what I've tried:

  • upgrading gradle-runner step in bitrise from currently used 1.8.5 to 2.0.0
  • upgrading react-native-screens to the most recent ver
  • deleting react-native-screens lib
  • downgrading current react-native-screens ver (2.0.0-alpha.11) to the one specified in package-lock.json for react-navigation dependencies to 1.0.0-alpha.11
When running react-native run-android, it all works fine locally. Also, ./gradlew assembleRelease is successful. iOS builds fine
 

Attachments

  • error.png
    error.png
    1.9 MB · Views: 83
Top