Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 219 Bytes

File metadata and controls

7 lines (4 loc) · 219 Bytes

X-Mapper is a Gradle project

You can see the available tasks to run via ./gradle tasks

To build a .jar at build/libs/x-mapper.jar, run ./gradlew assemble

To run tests, run ./gradlew test