mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
7 lines
213 B
Python
7 lines
213 B
Python
from create_database_utils import *
|
|
import subprocess
|
|
|
|
subprocess.call("./build_plugin", shell=True)
|
|
run_codeql_database_create(
|
|
["kotlinc -J-Xmx2G -Xplugin=plugin.jar a.kt b.kt c.kt d.kt e.kt"], lang="java")
|