Skip to content

Commit 7124ff9

Browse files
authored
Added minimum required Gradle version (#182)
1 parent 4267dcc commit 7124ff9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ The tool allows dumping binary API of a JVM part of a Kotlin library that is pub
99

1010
## Contents
1111

12+
* [Requirements](#requirements)
1213
* [Setup](#setup)
1314
* [Tasks](#tasks)
1415
* [Optional parameters](#optional-parameters)
@@ -21,6 +22,10 @@ The tool allows dumping binary API of a JVM part of a Kotlin library that is pub
2122
* [Class member changes](#class-member-changes)
2223
* [Building locally](#building-the-project-locally)
2324

25+
## Requirements
26+
27+
Binary compatibility validator plugin requires Gradle `6.0` or newer.
28+
2429
## Setup
2530

2631
Binary compatibility validator is a Gradle plugin that can be added to your build in the following way:

0 commit comments

Comments
 (0)