Skip to content

Commit

Permalink
Added minimum required Gradle version (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Feb 5, 2024
1 parent 4267dcc commit 7124ff9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,7 @@ The tool allows dumping binary API of a JVM part of a Kotlin library that is pub

## Contents

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

## Requirements

Binary compatibility validator plugin requires Gradle `6.0` or newer.

## Setup

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

0 comments on commit 7124ff9

Please sign in to comment.