Skip to content

Commit

Permalink
Kotlin: Fix custom_plugin test with Kotlin 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Jun 3, 2024
1 parent acdf7df commit 2bcf292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

subprocess.call("./build_plugin", shell=True)
run_codeql_database_create(
["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 comments on commit 2bcf292

Please sign in to comment.