Skip to content

Commit

Permalink
Merge pull request #1927 from GiganticMinecraft/KisaragiEffective-pat…
Browse files Browse the repository at this point in the history
…ch-1

build: LICENSEを両方含める
  • Loading branch information
kory33 authored Mar 12, 2023
2 parents b4e4ec2 + 7dcfb39 commit def5609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ assembly / assemblyExcludedJars := {
// protocol配下とルートのLICENSEが衝突してCIが落ちる
// cf. https://github.com/sbt/sbt-assembly/issues/141
assembly / assemblyMergeStrategy := {
case PathList(ps @ _*) if ps.last endsWith "LICENSE" => MergeStrategy.first
case PathList(ps @ _*) if ps.last endsWith "LICENSE" => MergeStrategy.rename
case otherFile =>
val oldStrategy = (assembly / assemblyMergeStrategy).value
oldStrategy(otherFile)
Expand Down

0 comments on commit def5609

Please sign in to comment.