Getting Started
-
6. Installing JDK
How to Install Recommended Oracle Java JDK on Fedora
To check your current JDK version:
javac --version && java -XshowSettings:properties -version 2>&1 | grep 'java.vendor'
If it’s the official Oracle JDK, the output will include:
java.vendor = Oracle Corporation
.Check if Java Development Kit is Installed.
java -version
-
7. Testing Gradle
Finally, to Test Gradle Installation.
gradle -v
-
8. Gradle Getting Started
Getting Started with Gradle Automation Build Script
Contents