-
Download and install maven and gradle
-
Create two maven projects
2.1 In the first maven project, create several classes
2.2 The second contains the logic that uses these classes
-
Import the second project into the first using maven (so that it can be used)
-
Create a Gradle project, import junit and loombok, compile the project