Skip to content

Commit

Permalink
Merge pull request #978 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Apr 9, 2024
2 parents 053b253 + 1fc1813 commit ecae95a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstract class AboutLibrariesTask : BaseAboutLibrariesTask() {
missingMapped[it] = notAllowed
}
} else {
missing.forEach { missingMapped[it] = result.libraries.forLicense(it) }
missingMapped[it] = result.libraries.forLicense(it)
}
}
} else {
Expand Down

0 comments on commit ecae95a

Please sign in to comment.