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
|
registerAndroidTasks = true
|
||||||
outputFileName = "aboutlibraries.json"
|
outputFileName = "aboutlibraries.json"
|
||||||
offlineMode = false
|
offlineMode = false
|
||||||
fetchRemoteLicense = true
|
fetchRemoteLicense = false
|
||||||
fetchRemoteFunding = true
|
fetchRemoteFunding = true
|
||||||
includePlatform = true
|
includePlatform = true
|
||||||
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
duplicationMode = com.mikepenz.aboutlibraries.plugin.DuplicateMode.MERGE
|
||||||
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
duplicationRule = com.mikepenz.aboutlibraries.plugin.DuplicateRule.SIMPLE
|
||||||
prettyPrint = false
|
prettyPrint = false
|
||||||
filterVariants = arrayOf("debug", "release", "release-debug")
|
filterVariants = arrayOf("debug", "release", "release-debug")
|
||||||
|
excludeFields = arrayOf("generated")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue