dbacvetkov / PASH-Viewer

PostgreSQL ASH Viewer (PASH Viewer) provides graphical view of active session history data within the PostgreSQL database
GNU General Public License v3.0
120 stars 18 forks source link

Use Gradle version 6.0.1 #16

Open NikolayS opened 2 years ago

NikolayS commented 2 years ago

I was unable to run it on the latest MacOS (Monterey):

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '11.0.12'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Switching to 6.0.1 helped.