Gradle Project

Group Project (20%)
Description
In this project, you will learn to use Gradle commands(e.g. dependency) and write a Java program to parse the dependency structure of a project. Preparation
a) Download and install Gradle properly as discussed in lab session.
b)Download task1.zip from course webpage. c) Get familiar with Gradle commands.
a) General goal: Write a Java program such that it runs the proper Gradle commands to get the dependency structure of the project. b)Expected Input: Your program should read the absolute path towards target project.
c) Expected output: Your program should output the project dependency into a json file.(The depth of the dependency should be 3)
d)Testing: You can test your program on project in task1.zip. Make sure your output is similar to the output.json file before submitting the code.
Code Help, Add WeChat: cstutorcs