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 0.1.13
0.1.13
Created 15 September 2021.
Gradle Qodana Plugin allows to run and configure Idea inspections for Gradle project.
Add this plugin to your build using the plugins DSL:
plugins {
id("org.jetbrains.qodana") version "0.1.13"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.jetbrains.qodana:gradle-qodana-plugin:0.1.13") } } apply(plugin = "org.jetbrains.qodana")
- Applying plugins to all subprojects .