Skip to content

Commit

Permalink
document minimal JDK version required to build (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem authored and codecholeric committed Feb 29, 2020
1 parent b563e88 commit d3b0830
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Contributions are very welcome. The following will provide some helpful guidelin

## How to build the project

ArchUnit requires at least JDK 9 to build. The following is just an example input/output from a
Unix command line. Windows users should use `gradlew.bat` instead.
ArchUnit requires at least JDK 11 to build.
The following is just an example input/output from a Unix command line.
Windows users should use `gradlew.bat` instead.

```
$ cd /path/to/git/clone/of/ArchUnit
Expand Down

0 comments on commit d3b0830

Please sign in to comment.