Jabba-Team / jabba

(cross-platform) Java Version Manager
Apache License 2.0
141 stars 11 forks source link

No Darwin entries in the new index #21

Closed p-linnane closed 1 year ago

p-linnane commented 1 year ago

Hello 👋 . I'm a maintainer for the Homebrew project.

While packaging jabba 0.12.1 we encountered failures during testing. It appears this is due to the new index not containing any entires for Darwin (macOS).

Related to https://github.com/Homebrew/homebrew-core/pull/123572

patrick-mccourt commented 1 year ago

Apologies, I made a silly error when updating the index generator. Fixing it now

patrick-mccourt commented 1 year ago

Hi @p-linnane, this has been fixed now, I had commented windows and mac from the script when looking into an issue with linux jdks, and forgot to uncomment them. Have restored and run the index manually now so they're all back.

p-linnane commented 1 year ago

Thank you! Confirming everything is working as expected.