mirror of
https://github.com/github/codeql.git
synced 2026-07-09 21:45:33 +02:00
10 lines
248 B
Python
10 lines
248 B
Python
import os
|
|
|
|
def test(codeql, java):
|
|
codeql.database.create(
|
|
build_mode="autobuild",
|
|
_env={
|
|
"LGTM_INDEX_MAVEN_SETTINGS_FILE": os.path.join(os.path.dirname(os.path.realpath(__file__)), "settings.xml"),
|
|
},
|
|
)
|