How to change the path of jdk which Gradle use

How to set what?
There Java version used to run your build?
That depends on how you start Gradle.
If you start it from commandline, just set JAVA_HOME.
If you start from IDE, configure it in the IDE settings.

1 Like