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

Gradle plugin

Edit page Last modified: 12 June 2023

official project

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