Skip to content

Commit

Permalink
Comment on Java version selection testing strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
smowton committed May 15, 2024
1 parent 8374ced commit 942df38
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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")

0 comments on commit 942df38

Please sign in to comment.