Skip to content

Commit 1b0952c

Browse files
committed
Use Java 11 for some integration tests
1 parent e32823c commit 1b0952c

File tree

2 files changed

+6
-0
lines changed
  • java/ql/integration-tests/all-platforms/java

2 files changed

+6
-0
lines changed

java/ql/integration-tests/all-platforms/java/gradle-sample/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
from create_database_utils import *
44

5+
#The version of gradle used doesn't work on java 17
6+
try_use_java11()
7+
58
run_codeql_database_create([], lang="java")

java/ql/integration-tests/all-platforms/java/partial-gradle-sample/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
from create_database_utils import *
44

5+
#The version of gradle used doesn't work on java 17
6+
try_use_java11()
7+
58
run_codeql_database_create([], lang="java")

0 commit comments

Comments
 (0)