mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
8 lines
168 B
Python
8 lines
168 B
Python
import sys
|
|
|
|
from create_database_utils import *
|
|
from maven_wrapper_test_utils import *
|
|
|
|
run_codeql_database_create([], lang="java")
|
|
check_maven_wrapper_exists("3.9.4")
|