Files
codeql/java/ql/integration-tests/all-platforms/java/android-sample/test.py
Cornelius Riemenschneider 137403f649 Java: Move more tests to use the try_use_java11() helper.
This is in preparation of executing these tests on GH-hosted M1 runners,
where we need to have architecture-specific path handling.
It's nicer to fix all of this in one place (the helper), than to run around
fixing individual tests.
2023-11-08 10:33:50 +01:00

8 lines
111 B
Python

import sys
from create_database_utils import *
try_use_java11()
run_codeql_database_create([], lang="java")