We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44edff7 commit a50584cCopy full SHA for a50584c
java/ql/integration-tests/all-platforms/java/android-8-sample/test.py
@@ -2,6 +2,9 @@
2
3
from create_database_utils import *
4
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
+
8
try_use_java11()
9
10
run_codeql_database_create([], lang="java")
0 commit comments