Skip to content

Commit

Permalink
- fix handling in case of allowedLicensesMap not covering all missi…
Browse files Browse the repository at this point in the history
…ng licenses
  • Loading branch information
mikepenz committed Apr 9, 2024
1 parent 7ea3288 commit 5f0c06f
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -69,6 +69,8 @@ abstract class AboutLibrariesTask : BaseAboutLibrariesTask() {
if (notAllowed.isNotEmpty()) {
missingMapped[it] = notAllowed
}
} else {
missing.forEach { missingMapped[it] = result.libraries.forLicense(it) }
}
}
} else {
Expand Down

0 comments on commit 5f0c06f

Please sign in to comment.