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 broken `MavenUrlDecoder` URL #2665

Open cortinico opened 2 years ago

cortinico commented 2 years ago

Updating the URL to a working one: https://buck.build/javadoc/com/facebook/buck/file/downloader/impl/MavenUrlDecoder.html

cortinico commented 2 years ago

@KapJI Do you know what's going on with the public CI?

KapJI commented 2 years ago

Try these steps: https://github.com/facebook/buck/pull/2611#issuecomment-819784681

cortinico commented 2 years ago

Try these steps: #2611 (comment)

The issue you linked seems to be related to CI checks not running, while those are actually running but failing (both here and on main) for SSL reasons and so on.

cortinico commented 2 years ago

Try these steps: #2611 (comment)

The issue you linked seems to be related to CI checks not running, while those are actually running but failing (both here and on main) for SSL reasons and so on.

@KapJI the issue is related to a revoked SSL certificate. Here the fix https://github.com/facebook/buck/pull/2667