mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
6 lines
166 B
Python
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"])
|