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

Attempt to fix dev branch CircleCI #2714

Closed egpast closed 2 years ago

egpast commented 2 years ago

Currently, all dev publish_docs jobs are failing the Java 11 requirement (https://github.com/facebook/buck/blob/dev/build.xml#L365-L367 ).

This commit copies over Homebrew syntax from the main branch and swaps 8s for 11s (I've quickly confirmed that the new JDK identifiers actually exist).

I have not tested this - not sure whether it's possible to do so without actually making a pick request.