mirror of
https://github.com/github/codeql.git
synced 2026-03-19 05:56:46 +01:00
Comment on Java version selection testing strategy
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user