Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add API docs workflow #1110

Merged
merged 5 commits into from
Oct 10, 2021

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 10, 2021

javadoc generation when pushing to master branch

related: #1059

@mtrezza
Copy link
Member Author

mtrezza commented Oct 10, 2021

Locally javadoc gen currently fails with:

> Task :gcm:generateReleaseRFile FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':gcm:generateReleaseRFile'.
> Could not resolve all files for configuration ':gcm:releaseCompileClasspath'.
   > Could not find com.firebase:firebase-jobdispatcher:0.8.6.
     Required by:
         project :gcm

But it builds after removing GCM module; let's try again after #1091

@codecov
Copy link

codecov bot commented Oct 10, 2021

Codecov Report

Merging #1110 (9060169) into master (aa16bcf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1110   +/-   ##
=========================================
  Coverage     65.06%   65.06%           
  Complexity     2208     2208           
=========================================
  Files           122      122           
  Lines          9463     9463           
  Branches       1317     1317           
=========================================
  Hits           6157     6157           
  Misses         2799     2799           
  Partials        507      507           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa16bcf...9060169. Read the comment docs.

@mtrezza mtrezza mentioned this pull request Oct 10, 2021
13 tasks
@azlekov
Copy link
Contributor

azlekov commented Oct 10, 2021

@mtrezza

> Task :gcm:generateReleaseRFile FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':gcm:generateReleaseRFile'.
> Could not resolve all files for configuration ':gcm:releaseCompileClasspath'.
   > Could not find com.firebase:firebase-jobdispatcher:0.8.6.
     Required by:
         project :gcm

Failed because this dependency is available only on the deprecated JCenter repository. You can bring it back in order to have this proceed. https://mvnrepository.com/artifact/com.firebase/firebase-jobdispatcher/0.8.6

Just add:

jcenter() to the repositories blocks inside the root build.gradle

image

@mtrezza
Copy link
Member Author

mtrezza commented Oct 10, 2021

It works locally after removing the GCM, so I‘ll just wait for the other PR to get merged.

@mtrezza mtrezza merged commit 62fb7eb into parse-community:master Oct 10, 2021
@mtrezza mtrezza deleted the add-javadoc-generation branch October 10, 2021 18:31
@mtrezza mtrezza mentioned this pull request Oct 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants