Skip to content

inrhor/imiPetCore

Repository files navigation

Building

  • Gradle - Dependency Management

The GradleWrapper in included in this project.

Windows:

gradlew.bat clean build

macOS/Linux:

./gradlew clean build

Build artifacts should be found in ./build/libs folder.