Main new feature is jbang now runs cleanly on IBM AIX, Linux/ppc64le and Linux/390x thanks
to @sxa's first contribution.
Otherwise bugfixes in area of proper quote handling, symbolic links and cleanup. See details below.
Bug Fixes
- include snap in build.gradle (#515a61e5)
- Using correct backingResoure for JarSources (#738) (#09a85e07, closes #734)
- No longer showing ugly error after
app setup(#736) (#1f2e30d2) - Not showing version update message twice anymore (#730) (#44b40bef)
- jbang-native setup on Windows (#747) (#e68df65c, closes #746)
- ignore dead symbolic links and fail on explicit missing //SOURCE (#744)f (#edbd3e15)
- Add support for AIX (#755) (#20431ad7)
- Now correctly handles out-of-date dependencies (#758) (#e125ae29)
- Make jbang work on Linux/ppc64le and Linux/s390x (#756) (#429b48c9)
- Hand-off from Bash to CMD now quotes arguments properly (#a8303d9a)
- Hand-off from wrapper to installed jbang now quotes ok (#b5addf62)
- better help description for cache clear. (#e322eedd, closes #762)