Open szarnyasg opened 3 days ago
I managed to resolve this by configuring Flutter to use JDK 17:
flutter config --jdk-dir=/Users/szarnyasg/.sdkman/candidates/java/17.0.11.fx-zulu
thanks, i've updated the instructions to include how to troubleshoot this issue
I am trying to build the example project
duckdbexplorer
on macOS 15.1 arm64. I upgraded the Gradle wrapper to Gradle 8.10 and tried two different Zulu JDKs installed via SDKMAN: 17 and 21.I ran the following build command:
The result is the following:
Could you please advise on how to work around this issue?