JetBrains / package-search-gradle-plugins

Gradle plugins for Docker, Terraform and Liquibase.
Apache License 2.0
32 stars 8 forks source link

UPX - `executableProvider` never queried on unsupported download systems. #24

Open isXander opened 1 year ago

isXander commented 1 year ago

When the plugin is applied, it specifies a executable provider for macOS systems, but this is never used because unzipUpx is hard dependant on downloadUpx, where it fails because macOS is marked as an unsupported system.