Skip to content

Commit f717e99

Browse files
committed
updated exclusions so licences still get included
1 parent c8bea05 commit f717e99

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,17 @@ android {
5353
}
5454
packaging {
5555
resources {
56+
pickFirsts += listOf(
57+
"META-INF/AL2.0",
58+
"META-INF/LGPL2.1",
59+
"META-INF/ASL-2.0.txt",
60+
"META-INF/LICENSE.md",
61+
"META-INF/NOTICE.md",
62+
"META-INF/LGPL-3.0.txt",
63+
)
5664
excludes += listOf(
5765
"META-INF/kotlin-jupyter-libraries/libraries.json",
58-
"META-INF/{AL2.0,LGPL2.1,ASL-2.0.txt,INDEX.LIST,DEPENDENCIES,LICENSE.md,NOTICE.md,LGPL-3.0.txt}",
66+
"META-INF/{INDEX.LIST,DEPENDENCIES}",
5967
"{draftv3,draftv4}/schema",
6068
"arrow-git.properties",
6169
)

docs/StardustDocs/topics/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,17 @@ android {
8080
}
8181
packaging {
8282
resources {
83+
pickFirsts += listOf(
84+
"META-INF/AL2.0",
85+
"META-INF/LGPL2.1",
86+
"META-INF/ASL-2.0.txt",
87+
"META-INF/LICENSE.md",
88+
"META-INF/NOTICE.md",
89+
"META-INF/LGPL-3.0.txt",
90+
)
8391
excludes += listOf(
8492
"META-INF/kotlin-jupyter-libraries/libraries.json",
85-
"META-INF/{AL2.0,LGPL2.1,ASL-2.0.txt,INDEX.LIST,DEPENDENCIES,LICENSE.md,NOTICE.md,LGPL-3.0.txt}",
93+
"META-INF/{INDEX.LIST,DEPENDENCIES}",
8694
"{draftv3,draftv4}/schema",
8795
"arrow-git.properties",
8896
)

0 commit comments

Comments
 (0)