v1.1.1: Bugfix for hanging installs on macOS
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 onandromatic(appstractionorcyanoacrylate), you should be able to work around the problem by installing this new version ofandromaticfirst (e.g.yarn add andromatic; yarn add appstraction) until we release updated versions of those.
What's Changed
Full Changelog: v1.1.0...v1.1.1