Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 433 Bytes

build-instructions.md

File metadata and controls

16 lines (12 loc) · 433 Bytes

Dependencies

CFLint is built with: Gradle

Building CFLint

git clone https://github.com/cflint/CFLint.git
cd CFLint
gradlew build

The build artifacts can be found in build/libs.

Building CFParser (optional)

The build will pull cfparser from maven central repository. However if you want to build cfparser separately see https://github.com/cfparser/cfparser

If you have issues, please let us know.