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

6 lines
175 B
Python

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