mirror of
https://github.com/github/codeql.git
synced 2026-06-19 03:41:07 +02:00
8 lines
277 B
Python
8 lines
277 B
Python
def test(codeql, java, codeql_mitm_proxy, check_diagnostics_java):
|
|
codeql.database.create(
|
|
_env={
|
|
"CODEQL_EXTRACTOR_JAVA_OPTION_BUILDLESS": "true",
|
|
"CODEQL_EXTRACTOR_JAVA_OPTION_BUILDLESS_CLASSPATH_FROM_BUILD_FILES": "true",
|
|
}
|
|
)
|