Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 343 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 343 Bytes
  1. Download and install maven and gradle

  2. 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

  1. Import the second project into the first using maven (so that it can be used)

  2. Create a Gradle project, import junit and loombok, compile the project