We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle compileKenLM was failing, but Gradle's "BUILD SUCCESSFUL" output lead me to think it was working:
gradle compileKenLM
I solved this on my Ubuntu-based system by exporting JAVA_HOME prior to building: export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
This then resulted in a clean compileKenLM build with no errors:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gradle compileKenLM
was failing, but Gradle's "BUILD SUCCESSFUL" output lead me to think it was working:I solved this on my Ubuntu-based system by exporting JAVA_HOME prior to building:
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
This then resulted in a clean compileKenLM build with no errors:
The text was updated successfully, but these errors were encountered: