Skip to content

Commit

Permalink
Update requirements in readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Dec 23, 2023
1 parent db8f50f commit 64f6579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Each of the modules can be used separately either as a library by declaring a de

### Requirements

- java == 17 (for `:spec` and `:release` modules)
- kotlin == 1.9 (for `:spec` and `:release` modules)
- gradle >= 8.0 (for `:semantic-versioning` module)
- java >= 8
- kotlin >= 1.6
- gradle >= 7.5 (for `:semantic-versioning` plugin)
2 changes: 1 addition & 1 deletion semantic-versioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _**Note**: The gradle documentation specifies that the version property is an `O

### Requirements

- gradle 8.0+
- gradle 7.5+

### Installation

Expand Down

0 comments on commit 64f6579

Please sign in to comment.