Skip to content

v1.1.1: Bugfix for hanging installs on macOS

Choose a tag to compare

@baltpeter baltpeter released this 10 Jul 13:54
· 2 commits to main since this release
2f5843d

Due to a bug in the library we were using to find existing Java installations, installing new packages hung indefinitely on macOS. This release fixes that bug by switching to a different library for finding the JAVA_HOME.

Note
If you were seeing this problem in one of our other libraries that depend on andromatic (appstraction or cyanoacrylate), you should be able to work around the problem by installing this new version of andromatic first (e.g. yarn add andromatic; yarn add appstraction) until we release updated versions of those.

What's Changed

  • Fixes #6: Replace find-java-home with @viperproject/locate-java-home by @zner0L in #8

Full Changelog: v1.1.0...v1.1.1