nebula-plugins / gradle-lint-plugin

A pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts.
Apache License 2.0
771 stars 89 forks source link

Wrong Gradle plugin version in ReadMe #398

Open trietbui85 opened 11 months ago

trietbui85 commented 11 months ago

While looking at the ReadMe, I see the Gradle plugin version is v9.4.0

image

However, the actual & latest version in https://plugins.gradle.org/plugin/nebula.lint is Version 19.0.1. How can we fix it?