Skip to content

Commit

Permalink
Added JVMLanguage to the list of registered languages in cpg-neo4j (
Browse files Browse the repository at this point in the history
#1792)

This was missing.

Fixes #1790
  • Loading branch information
oxisto authored Oct 17, 2024
1 parent 70ed840 commit 63f4af0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ class Application : Callable<Int> {
.optionalLanguage("de.fraunhofer.aisec.cpg.frontends.python.PythonLanguage")
.optionalLanguage("de.fraunhofer.aisec.cpg.frontends.typescript.TypeScriptLanguage")
.optionalLanguage("de.fraunhofer.aisec.cpg.frontends.ruby.RubyLanguage")
.optionalLanguage("de.fraunhofer.aisec.cpg.frontends.jvm.JVMLanguage")
.loadIncludes(loadIncludes)
.addIncludesToGraph(loadIncludes)
.debugParser(DEBUG_PARSER)
Expand Down

0 comments on commit 63f4af0

Please # to comment.