Skip to content

Commit 4daeffd

Browse files
Fix mergeStrategy for scio-repl (#5794)
1 parent c713914 commit 4daeffd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sbt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,6 +1733,9 @@ lazy val `scio-repl` = project
17331733
) =>
17341734
// merge conflicting netty config files
17351735
MergeStrategy.filterDistinctLines
1736+
case PathList("META-INF", "license", "LICENSE.boringssl.txt") =>
1737+
// drop conflicting netty-tcnative-boringssl license
1738+
MergeStrategy.discard
17361739
case s => old(s)
17371740
}
17381741
}

0 commit comments

Comments
 (0)