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

Gradle plugin

Edit page Last modified: 20 October 2023

official project

The Gradle Qodana plugin provides the Gradle interface for running code inspections provided by Qodana. To start, 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>"
}