Comment on Java version selection testing strategy

This commit is contained in:
Chris Smowton
2024-05-14 18:04:58 +01:00
parent 44edff7661
commit a50584c665

View File

@@ -2,6 +2,9 @@ import sys
from create_database_utils import *
# Put Java 11 on the path so as to challenge our version selection logic: Java 11 is unsuitable for Android Gradle Plugin 8+,
# so it will be necessary to notice Java 17 available in the environment and actively select it.
try_use_java11()
run_codeql_database_create([], lang="java")