forked from psfblair/computation-engine
-
Notifications
You must be signed in to change notification settings - Fork 1
Development Environment Setup
Jason Berry edited this page May 28, 2014
·
4 revisions
Please follow these steps to get setup to contribute to the computation-engine:
-
Clone the project:
git clone [email protected]:cyrusinnovation/computation-engine.git
-
Add the following variables to the gradle properties located at ~/.gradle/gradle.properties (if you intend on deploying to sonatype then please replace the FOOs with real values):
signing.keyId=FOO signing.password=FOO signing.secretKeyRingFile=FOO sonatypeUsername=FOO sonatypePassword=FOO