Qodana
 
You are viewing the documentation for an earlier version of Qodana.

Gradle plugin

Edit page Last modified: 14 October 2021

official project

The Gradle Qodana plugin provides the Gradle interface to run code inspections from Intellij IDEA. To get started, apply the Gradle plugin org.jetbrains.qodana in the Gradle configuration file.

Add the following to the build.gradle configuration file.

plugins {
    id "org.jetbrains.qodana" version "<plugin-version>"
}