Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 426 Bytes

HOWTOBUILD.md

File metadata and controls

22 lines (12 loc) · 426 Bytes

How to build

  • Go to gradle.properties.

  • Change RELEASE_REPOSITORY_URL to your local maven repository path.

  • Run gradle clean build uploadArchives.

How to build support libraries

  • Go to settings.gradle.

  • Comment out all modules except :nucleus-test-kit and :nucleus.

  • Run gradle clean build uploadArchives.

  • Restore settings.gradle.

  • Now you can build support libraries and run tests.