Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 443 Bytes

README-developers.md

File metadata and controls

16 lines (12 loc) · 443 Bytes

To build a version of the Object Construction Checker, and install it locally:

git clone https://github.com/kelloggm/object-construction-checker.git
(cd object-construction-checker && ./gradlew install)

To make Gradle use it, add to your build.gradle file:

repositories {
    mavenLocal()
}

Then, follow the instructions in the other READMEs, using version 0.1.14-SNAPSHOT of the Object Construction Checker artifacts.