Set up Gradle to test a simple Java project
2021-08-31Install Gradle using one of the many methods:
https://gradle.org/install/
- Open a terminal, run gradle –version. If it runs, you are good to go.
Create project folder
- Create a folder somewhere as the root folder for your Java …