To know the installed version of Gradle on your computer you can run command gradle --version in Terminal or Command Line.
# gradle --version
Output:
------------------------------------------------------------
Gradle 6.8.3
------------------------------------------------------------
Build time: 2021-02-22 16:13:28 UTC
Revision: 9e26b4a9ebb910eaa1b8da8ff8575e514bc61c78
Kotlin: 1.4.20
Groovy: 2.5.12
Ant: Apache Ant(TM) version 1.10.9 compiled on September 27 2020
JVM: 11.0.10 (JetBrains s.r.o 11.0.10+9)
OS: Mac OS X 11.2.3 aarch64
If you get command not found: gradle, then you might have one of the below issues,
- Make sure Gradle is set in PATH variable: export PATH=$PATH:/opt/gradle/gradle-6.8.3/bin, check this article for more details: https://code2care.org/tutorial/installing-gradle-on-macos-gradle-tutorial
- Make sure JAVA_HOME variable is set: https://code2care.org/pages/setting-java_home-environment-variable-on-windows-operating-system

Know Installed Gradle Version
More Posts related to Gradle,
- Find installed Gradle version command
- Gradle FAILURE: Build failed with an exception - Task not found in root project
- How to run Gradle build in offline mode
- Task is ambiguous in root project gradle-examples. Candidates are: myTask1, myTask2
- Run IntelliJ Java main method without Gradle build
- How to create Gradle Multi-Project in IntelliJ
- Installing Gradle on macOS - Gradle Tutorial
More Posts:
- Share Multiple Images in WhatsApp using Android Intent - WhatsApp
- 🎃 Trending, Popular Halloween hashtags for year 2020 🎃 [Facebook, Twitter, Instagram, Snapchat] - Hashtags
- Chrome : When Adobe flash player has finished updating, reload this page to active it - Chrome
- How to recover SharePoint FARM if the SQL Server IP changes - SharePoint
- SharePoint Excel error - The workbook cannot be opened because it contains the following features that are not supported by Excel in the browser - SharePoint
- error CAML Query containing special characters - SharePoint
- 4 Open Source SQLite Editor for Mac OS X , Windows and Linux - Mac-OS-X
- Android Emulator Screenshot saved location - Android-Studio