mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
6 lines
175 B
Python
6 lines
175 B
Python
from create_database_utils import *
|
|
|
|
os.mkdir('bin')
|
|
runSuccessfully(["javac", "Test.java", "-d", "bin"])
|
|
run_codeql_database_create(["kotlinc user.kt -cp bin"], lang="java")
|