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.
-
I am trying to build the development branch but getting an error
+
~/src/audiveris.development/audiveris$ ./gradlew build
FAILURE: 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 -version
javac 21.0.2
Is there somewhere in the gradle configuration that overrides my default javac version?
BTW this is a clean
git clone https://github.com/Audiveris/audiveris.git
git checkout development
git pull --all
./gradlew build
Beta Was this translation helpful? Give feedback.
All reactions