Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Update contributing guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Sep 15, 2019
1 parent 9877e4a commit 2ba63b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Make sure that the environment variable `JAVA_HOME` point to a JDK installation

This is a standard gradle setup. Here the most important tasks you may want to run:

* `./gradlew check` Build and test everything. (First think to do on a fresh clone)
* `./gradlew check` Build and test/check everything (Best first task for a fresh clone)
* `./gradlew test` Compile sources and run unit tests
* `./gradlew version` Prints Kwik version
* `./gradlew sphinx` Generate documentation (can be found in `build/site/index.html`)
* `./gradlew detekt` Static code analysis and report code smells (may fail if too many code smells are found)
Expand Down

0 comments on commit 2ba63b3

Please sign in to comment.