hi Everyone I'm having an issue while running com...
# community-support
m
hi Everyone I'm having an issue while running command ./gradlew signingReport Task GcompileGroovy FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'GcompileGroovy'.
BUG! exception in phase 'semantic analysis' in source unit 'C:\dev\flutter\packages\flutter_tools\gradle\src\main\groovy\app_plugin_loader.groovy' Unsupported class file major version 65
can anyone help and guide regarding this?? I've applied all possible solutions available on internet
v
You are using Java 21 to run a Gradle version that doesn't support that: https://docs.gradle.org/current/userguide/compatibility.html
m
Thanks You Sir
👌 1