Replies: 3 comments
-
Not to my knowledge. Java 21 is indeed the version required for the development branch. |
Beta Was this translation helpful? Give feedback.
-
|
Solved ... Removing that line I can build and run. Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Closing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build the development branch but getting an error
+
~/src/audiveris.development/audiveris$ ./gradlew buildFAILURE: Build failed with an exception.Execution failed for task ':compileJava'.
BUILD FAILED in 752ms
3 actionable tasks: 3 executed
~/src/audiveris.development/audiveris$`
I have checked that my default java version is 21.0.2
~/src/audiveris.development/audiveris$ javac -versionjavac 21.0.2Is there somewhere in the gradle configuration that overrides my default javac version?
BTW this is a clean
git clone https://github.com/Audiveris/audiveris.gitgit checkout developmentgit pull --all./gradlew buildBeta Was this translation helpful? Give feedback.
All reactions