You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Andrew
Thanks for this awesome tool.
I'm getting this following error, do you have an idea ?
Thanks a lot for your great work
greetings from France
Paul
2 actionable tasks: 2 executed
BUILD FAILED in 5s
Run with --scan to get full insights. * Get more help at https://help.gradle.org
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > error: invalid source release: 17 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. >
Task :compileJava FAILED
Task :generateProgramId
targetOS=macosx-x86_64
Configure project :
./gradlew build
Building audiveris
javac 11.0.13
javac -version
Java(TM) SE Runtime Environment 18.9 (build 11.0.13+10-LTS-370) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.13+10-LTS-370, mixed mode)
java version "11.0.13" 2021-10-19 LTS
java -version
Checking Java Version
Stage 2: AudiverisBuild
I think the issue is the version of the JDK. Since this project uses the audiveris development branch that depends on JDK 17 not 11 but the code explicitly checks for 11.
Ok I understand.
I checked a bit the code but I couldnt find the line where this verification is done.
I actually dont know a lot in JS...
Do you have an idea of which part I should edit ?
Thanks a lot
Sorry for the late response. Yes that probably is the case. I had issues using audiveris on older versions of java (at least while developing the code). Maybe they finally updated the codebase to a much newer version. If I get a chance, I can take a look. I haven't honestly used this tool much lately.
Hey Andrew
Thanks for this awesome tool.
I'm getting this following error, do you have an idea ?
Thanks a lot for your great work
greetings from France
Paul
2 actionable tasks: 2 executed
BUILD FAILED in 5s
Run with --scan to get full insights. * Get more help at https://help.gradle.org
FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':compileJava'. > error: invalid source release: 17 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. >
Audiveris already downloaded, skipping stage
Stage 1: AudiverisDownload
The text was updated successfully, but these errors were encountered: