Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
feat(jar): mark JAR as individual packages (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
knqyf263 authored Dec 24, 2021
1 parent 102e2bc commit 42225c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ var (
}

// TypeIndividualPkgs has all analyzers for individual packages
TypeIndividualPkgs = []Type{TypeGemSpec, TypeNodePkg, TypePythonPkg, TypeGoBinary}
TypeIndividualPkgs = []Type{TypeGemSpec, TypeNodePkg, TypePythonPkg, TypeGoBinary, TypeJar}
)

0 comments on commit 42225c9

Please sign in to comment.