Before downloading Gradle, you must ensure a version 8 or higher is installed, as Gradle runs on the JVM.
Open your terminal or command prompt and type java -version . download gradle package
The Gradle Wrapper is the preferred way to handle Gradle in any project. Instead of manually downloading a global package, the Wrapper automatically downloads and caches the specific Gradle version required for your project when you first run a build command. Before downloading Gradle, you must ensure a version