Skip to content

Commit

Permalink
add fernflower path
Browse files Browse the repository at this point in the history
Signed-off-by: Emily McMullan <[email protected]>
  • Loading branch information
eemcmullan committed Nov 17, 2024
1 parent c261cf3 commit 96f9c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/analyze-bin.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ func (a *analyzeCommand) createProviderConfigsContainerless() ([]provider.Config
Location: a.input,
AnalysisMode: provider.AnalysisMode(a.mode),
ProviderSpecificConfig: map[string]interface{}{
"fernFlowerPath": filepath.Join(a.kantraDir, "fernflower.jar"),
"lspServerName": javaProvider,
"bundles": a.reqMap["bundle"],
provider.LspServerPathConfigKey: a.reqMap["jdtls"],
Expand Down

0 comments on commit 96f9c37

Please sign in to comment.