theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡
Apache License 2.0
1.04k stars 56 forks source link

Gradle build fails on Mac OS #81

Open AddictArts opened 2 years ago

AddictArts commented 2 years ago

Requires JDK > 15, but the readme says 8+. It also fails with OpenJDK 17.

Was using JDK 11 and 17.

theapache64 commented 2 years ago

@AddictArts To run the binary, you only need JDK 8+, but to build from the source, you need JDK 15.