org.jetbrains.qodana
Owner: JetBrains
Qodana Gradle plugin allows to run and configure Idea inspections for Gradle project
Sources: https://github.com/JetBrains/qodana-gradle-plugin
Version 2024.1.2
2024.1.2
Created 25 April 2024.
Qodana for Gradle plugin allows to run and configure Qodana analysis for Gradle projects.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.qodana") version "2024.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.qodana:qodana:2024.1.2") } } apply(plugin = "org.jetbrains.qodana")
- Applying plugins to all subprojects .