mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 22:37:03 +05:30
buildSrc: exclude duplicate license file from packaging
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
97eaf20dbc
commit
7da2cfd456
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ internal fun TestedExtension.configureCommonAndroidOptions() {
|
|||
exclude("**/*.txt")
|
||||
exclude("**/*.kotlin_module")
|
||||
exclude("**/plugin.properties")
|
||||
exclude("META-INF/AL2.0")
|
||||
exclude("META-INF/LGPL2.1")
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue