facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Fix dev branch CircleCI #2715

Open egpast opened 2 years ago

egpast commented 2 years ago

Currently, all dev branch publish_docs jobs are failing the Java 11 requirement.

A lot of things need to be changed to pass that requirement:

This has been tested by adding a couple tweaks in a separate branch to force publish_docs to run on commits and stop it from actually publishing, and then confirming that CircleCI passes.