Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Info

This directory contains basic gradle testng project cloned from gradle-example

Setup

  • to avoid installing dependencies, install gradle from binary archive
wget https://services.gradle.org/distributions/gradle-6.6.1-bin.zip
unzip gradle-6.6.1-bin.zip 
sudo mv gradle-6.6.1 /opt
  • then set to be the default
sudo update-alternatives --install /usr/bin/gradle gradle /opt/gradle-6.6.1/bin/gradle 1

See Also