Files
codeql/java/ql/integration-tests/all-platforms/kotlin/kotlin_kfunction/test.py
2022-10-28 10:53:45 +01:00

6 lines
189 B
Python

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