mirror of
https://github.com/github/codeql.git
synced 2026-05-27 17:41:24 +02:00
5 lines
152 B
Python
5 lines
152 B
Python
def test(codeql, java, ecj):
|
|
codeql.database.create(
|
|
command=f"java -cp {ecj} org.eclipse.jdt.internal.compiler.batch.Main Test.java"
|
|
)
|