Files
codeql/java/ql/integration-tests/posix-only/kotlin/compiler_arguments/test.py

6 lines
166 B
Python

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