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 acdf7df commit 2bcf292Copy full SHA for 2bcf292
java/ql/integration-tests/linux-only/kotlin/custom_plugin/test.py
@@ -3,4 +3,4 @@
3
4
subprocess.call("./build_plugin", shell=True)
5
run_codeql_database_create(
6
- ["kotlinc -J-Xmx2G -Xplugin=plugin.jar a.kt b.kt c.kt d.kt e.kt"], lang="java")
+ ["kotlinc -J-Xmx2G -language-version 1.9 -Xplugin=plugin.jar a.kt b.kt c.kt d.kt e.kt"], lang="java")
0 commit comments