mirror of
https://github.com/github/codeql.git
synced 2026-02-10 20:21:10 +01:00
9 lines
163 B
Python
9 lines
163 B
Python
import sys
|
|
|
|
from create_database_utils import *
|
|
|
|
#The version of gradle used doesn't work on java 17
|
|
try_use_java11()
|
|
|
|
run_codeql_database_create([], lang="java")
|