Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New API to allow some licenses only for specific libraries #972

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

mikepenz
Copy link
Owner

@mikepenz mikepenz commented Apr 9, 2024

  • add new API to allow some licenses only for specific libraries

@mikepenz mikepenz merged commit 09ff149 into develop Apr 9, 2024
3 checks passed
@mikepenz mikepenz deleted the feature/allow_licenses_for_libs branch April 9, 2024 13:43
@@ -127,6 +124,20 @@ abstract class AboutLibrariesExtension {
*/
var allowedLicenses: Array<String> = emptyArray()

/**
* Defines the allowed licenses for specific libraries which will not result in warnings or failures depending on the [strictMode] configuration.
* This is useful if some dependencies have special licenses which are only used in testing and are accepted for thsi case.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are accepted for thsi case.

Typo here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants