Articles → DevOps → Configure Gradle In Linux

Configure Gradle In Linux






Steps




  1. Download the latest version of gradle from the following link - https://gradle.org/releases/
  2. Picture showing the link to download gradle for linux
    Click to Enlarge

  3. Transfer the file to the Linux server.
  4. Unzip the file using the following command.
  5. unzip gradle-6.7-all.zip


  6. Copy (or move) the folder to the desired location (preferably in the Opt folder).
  7. Set the environment variable using the following commands.
  8. export GRADLE_HOME=/opt/gradle-6.7
    export PATH=$PATH:$GRADLE_HOME/bin





Posted By  -  Karan Gupta
 
Posted On  -  Wednesday, November 25, 2020

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250