n0k0m3/revanced-build-template

Running locally, script needs to assert JDK v17 minimum

seefood opened this issue · 2 comments

java -jar revanced-cli.jar -m revanced-integrations.apk -b revanced-patches.jar --mount \

check jkava --version and warn the user if JDK is too old.
on my home Ubuntu, for instance, I had to upgrade to JDK17 and the headless version is not enough, it looks for AWT so it needs the full JDK.

if you want me to fork and PR, I can do it too, and fix up a pre-commit config on the way. LMK.

Feel free to make a PR

made PR #21