Skip to content

Commit 2783668

Browse files
committed
Kotlin: compiler_arguments test: Fix running gradle on Windows
1 parent b1d9f9f commit 2783668

File tree

1 file changed

+1
-1
lines changed
  • java/ql/integration-tests/all-platforms/kotlin/compiler_arguments

1 file changed

+1
-1
lines changed

java/ql/integration-tests/all-platforms/kotlin/compiler_arguments/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
run_codeql_database_create(
44
["gradle build --no-daemon --no-build-cache"], lang="java")
5-
runSuccessfully(["gradle", "clean"])
5+
runSuccessfully([get_cmd("gradle"), "clean"])

0 commit comments

Comments
 (0)