Excluded generated field from "AboutLibraries".
This commit is contained in:
parent
066ba088e8
commit
2b930d0310
1 changed files with 2 additions and 1 deletions
|
|
@ -75,13 +75,14 @@ aboutLibraries {
|
|||
registerAndroidTasks = true
|
||||
outputFileName = "aboutlibraries.json"
|
||||
offlineMode = false
|
||||
fetchRemoteLicense = true
|
||||
fetchRemoteLicense = false
|
||||
fetchRemoteFunding = true
|
||||
includePlatform = true
|
||||
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
||||
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
||||
prettyPrint = false
|
||||
filterVariants = arrayOf("debug", "release", "release-debug")
|
||||
excludeFields = arrayOf("generated")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue