Skip to content

Commit a50584c

Browse files
committed
Comment on Java version selection testing strategy
1 parent 44edff7 commit a50584c

File tree

1 file changed

+3
-0
lines changed
  • java/ql/integration-tests/all-platforms/java/android-8-sample

1 file changed

+3
-0
lines changed

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

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

33
from create_database_utils import *
44

5+
# Put Java 11 on the path so as to challenge our version selection logic: Java 11 is unsuitable for Android Gradle Plugin 8+,
6+
# so it will be necessary to notice Java 17 available in the environment and actively select it.
7+
58
try_use_java11()
69

710
run_codeql_database_create([], lang="java")

0 commit comments

Comments
 (0)