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