get this error when try to run Gradle to build it:
FAILURE: Build failed with an exception.
Plugin with id 'maven' not found.
BUILD FAILED in 2s
Maven is installed on my OS (ubuntu 20.04 64 bit) but not working. I tried removing line 17 from the build file but came up with different error.
Any ideas? I am on java 11 should i try downgrading to java 8?
get this error when try to run Gradle to build it:
FAILURE: Build failed with an exception.
Where:
Build file .../sphinx4-master/build.gradle' line: 17
What went wrong:
A problem occurred evaluating root project 'sphinx4-parent'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 2s
Maven is installed on my OS (ubuntu 20.04 64 bit) but not working. I tried removing line 17 from the build file but came up with different error.
Any ideas? I am on java 11 should i try downgrading to java 8?