diff --git a/topics/qodana_gradle_plugin.md b/topics/qodana_gradle_plugin.md index 63c392ca..b4c4e1f3 100644 --- a/topics/qodana_gradle_plugin.md +++ b/topics/qodana_gradle_plugin.md @@ -97,7 +97,7 @@ Add this to your Gradle configuration file: resultsPath.set("some/output/path") } - qodanaScan { + tasks.qodanaScan { resultsPath.set("some/output/path") arguments.set(listOf("--fail-threshold", "0")) }