Excluded generated field from "AboutLibraries".

This commit is contained in:
acclorite 2024-07-30 17:15:46 +03:00
parent 066ba088e8
commit 2b930d0310

View file

@ -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 {