Skip to content

Enhance Multi-Project Support for Android#90

Merged
jeremylong merged 2 commits intomasterfrom
multiproject
Jul 22, 2018
Merged

Enhance Multi-Project Support for Android#90
jeremylong merged 2 commits intomasterfrom
multiproject

Conversation

@jeremylong
Copy link
Copy Markdown
Contributor

Resolves Issue #71

To support multi-project android builds the new configurations.incomming API will now be used. However, one must now configure the types of dependencies that will be analyzed. To that end a new property was added:

dependencyCheck {
  analyzedTypes = ['jar', 'aar', 'js', 'war', 'ear', 'zip']
}

The above is the default configuration (i.e. you do not need to specify this unless you want to add or remove types.

@jeremylong jeremylong merged commit 0713b46 into master Jul 22, 2018
@jeremylong jeremylong deleted the multiproject branch December 31, 2020 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant