Skip to content

Commit

Permalink
DOC add Build instructions to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jul 23, 2022
1 parent 4b9875f commit a2edb1f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ Artifact | Target Java Version

Please be aware that pull requests can only use language features that are supported in the above version of Java.

## <a name="build"> Building

```
git clone https://github.com/remkop/picocli.git
cd picocli
gradlew publishToMavenLocal
```

That should publish `picocli-4.7.0-SNAPSHOT` to your local .m2 Maven cache. You can then try this in a project that uses the `info.picocli:picocli:4.7.0-SNAPSHOT` dependency.

0 comments on commit a2edb1f

Please sign in to comment.