Kotlin: compiler_arguments test: Fix running gradle on Windows

This commit is contained in:
Ian Lynagh
2022-10-31 14:47:32 +00:00
parent b1d9f9f9d5
commit 2783668092

View File

@@ -2,4 +2,4 @@ from create_database_utils import *
run_codeql_database_create(
["gradle build --no-daemon --no-build-cache"], lang="java")
runSuccessfully(["gradle", "clean"])
runSuccessfully([get_cmd("gradle"), "clean"])