-
Notifications
You must be signed in to change notification settings - Fork 484
Contributors Guide
allenxwang edited this page Jun 16, 2012
·
18 revisions
This document provides information on how to contribute to Archaius.
You should first fork the Archaius project to your own account. Then you can fetch the source of Archaius from github using the following access points:
- https://github.com/your_login/archaius.git
- git@github.com:your_login/archaius.git
Archaius can be built with both Gradle and Maven, while Gradle is the “official” build tool and will be better supported.
Once you have cloned the repo, you can use the following command to build from your working directory:
./gradlew clean build