Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 215 Bytes

DEVELOPING.md

File metadata and controls

7 lines (4 loc) · 215 Bytes

Mapper is a Gradle project

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

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

To run tests, run ./gradlew test