mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Use Java 11 for some integration tests
This commit is contained in:
@@ -2,4 +2,7 @@ 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")
|
||||
|
||||
@@ -2,4 +2,7 @@ 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")
|
||||
|
||||
Reference in New Issue
Block a user