We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91ed36 commit 0872076Copy full SHA for 0872076
1 file changed
codacy-plugins-api/src/main/scala/com/codacy/plugins/api/results/Result.scala
@@ -97,7 +97,7 @@ object Result {
97
version: Option[String],
98
purl: Option[String],
99
properties: List[Property],
100
- licenses: List[LicenseWrapper])
+ licenses: Option[List[LicenseWrapper]])
101
102
object Component {
103
type Type = Type.Value
0 commit comments