We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d9f9f commit 2783668Copy full SHA for 2783668
1 file changed
java/ql/integration-tests/all-platforms/kotlin/compiler_arguments/test.py
@@ -2,4 +2,4 @@
2
3
run_codeql_database_create(
4
["gradle build --no-daemon --no-build-cache"], lang="java")
5
-runSuccessfully(["gradle", "clean"])
+runSuccessfully([get_cmd("gradle"), "clean"])
0 commit comments