We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d438f27 commit f22f0d5Copy full SHA for f22f0d5
build.gradle.kts
@@ -60,6 +60,7 @@ qodana {
60
cachePath.set(projectDir.resolve(".qodana").canonicalPath)
61
reportPath.set(projectDir.resolve("build/reports/inspections").canonicalPath)
62
saveReport.set(true)
63
+ dockerContainerName.set("2021.3-eap")
64
showReport.set(System.getenv("QODANA_SHOW_REPORT").toBoolean())
65
}
66
0 commit comments