mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Kotlin: compiler_arguments test: Fix running gradle on Windows
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user