Skip to content

Add app CloudMare [help wanted 馃]

Tim Salva requested to merge jtsalva/fdroiddata:master into master
  • The app complies with the inclusion criteria
  • The original app author has been notified (and supports the inclusion)
  • All related fdroiddata and RFP issues have been referenced in this merge request
  • The upstream app source code repo contains the app metadata (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
  • Builds with fdroid build
  • Releases are tagged

Help wanted 馃

Completed all steps apart from fdroid build -v -l which is failing due to:

Execution failed for task ':app:kaptReleaseKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
   > java.lang.reflect.InvocationTargetException (no error message)

Builds perfectly fine through Android Studio. Trying to get the stack trace for the exception, tried fdroid build -v -l --stacktrace which doesn't work. Can anyone help me get some more visibility to locate exactly where and what is failing the build?

Edited by Tim Salva

Merge request reports