Issue:
When using the Gradle Runner Step on the latest Ubuntu 20.04 stack, you may encounter an error such as this:
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Possible solutions:
Install the libncurses library manually via a Script Step:
sudo apt-get -y install libncurses5