Skip to content

Commit 15f45ce

Browse files
committed
Fix Android test resource merge for THIRD-PARTY.txt duplicates
1 parent e3697fc commit 15f45ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android-tests/device-tests/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ android {
2828
packaging {
2929
resources {
3030
pickFirsts.add("logging.properties")
31+
pickFirsts.add("THIRD-PARTY.txt")
3132
excludes.add("META-INF/jpms.args")
3233
}
3334
}

0 commit comments

Comments
 (0)