Skip to content

Commit 1b002ce

Browse files
committed
updated groovy example too
1 parent f717e99 commit 1b002ce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/StardustDocs/topics/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,17 @@ android {
129129
}
130130
packaging {
131131
resources {
132+
pickFirsts += [
133+
"META-INF/AL2.0",
134+
"META-INF/LGPL2.1",
135+
"META-INF/ASL-2.0.txt",
136+
"META-INF/LICENSE.md",
137+
"META-INF/NOTICE.md",
138+
"META-INF/LGPL-3.0.txt",
139+
]
132140
excludes += [
133141
"META-INF/kotlin-jupyter-libraries/libraries.json",
134-
"META-INF/{AL2.0,LGPL2.1,ASL-2.0.txt,INDEX.LIST,DEPENDENCIES,LICENSE.md,NOTICE.md,LGPL-3.0.txt}",
142+
"META-INF/{INDEX.LIST,DEPENDENCIES}",
135143
"{draftv3,draftv4}/schema",
136144
"arrow-git.properties",
137145
]

0 commit comments

Comments
 (0)