Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

GitHub Actions Workflow failed - Publish Android #4970

Closed
github-actions bot opened this issue Jul 26, 2023 · 5 comments
Closed

GitHub Actions Workflow failed - Publish Android #4970

github-actions bot opened this issue Jul 26, 2023 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@github-actions
Copy link
Contributor

The workflow Publish Android failed. You can see it at

https://github.com/facebook/flipper/actions/runs/5668512253

@github-actions github-actions bot added the bug Something isn't working label Jul 26, 2023
@jakubturcovsky
Copy link

jakubturcovsky commented Jul 27, 2023

@passy The last published version seems to be 0.201.0. Do you know about it?

@passy
Copy link
Member

passy commented Jul 27, 2023

@passy The last published version seems to be 0.201.0. Do you know about it?

Thanks for flagging. I'll take a look.

@jakubturcovsky
Copy link

@passy Any updates yet? Another release failed.

@passy
Copy link
Member

passy commented Aug 1, 2023

Yes, sorry, this is because of some weird javadoc generation failure. I'll turn that off today which should hopefully unblock this.

passy added a commit that referenced this issue Aug 4, 2023
Summary:
This is currently breaking our jetpack-compose build and blocks the entire release
as a consequence: #4970

There are all sorts of workarounds but they require changing the java target
which could have other downstream consequences: Kotlin/dokka#2956

We don't actually rely on these artefacts at all, so it's probably safe to just disable this.

Closes #4970

Test Plan:
./gradlew publishToMavenLocal
@passy passy reopened this Aug 8, 2023
@passy
Copy link
Member

passy commented Aug 8, 2023

Annoyingly this is still happening and I'm frankly not quite sure why. Something is still triggering some dokka build which we don't need and causing some JVM incompatibility. My preferred solution would be to disable the failing step but my gradle-fu is currently failing me.

@passy passy closed this as completed Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants