I am trying to run a java android project below is the error I see on android jellyfish, I have below details of JDK and Java version
**
The Issue**
This project is configured to use an older Gradle JVM that supports up to version 8 but the current AGP requires a Gradle JVM that supports version 17.
My details:
java version “22” 2024-03-19
Java(TM) SE Runtime Environment (build 22+36-2370)
Java HotSpot(TM) 64-Bit Server VM (build 22+36-2370, mixed mode, sharing)
javac 22
JDK 22
Now provide me what should I write in my files and in build gradle version and AGP version
Trying to figure out