Skip to content

Commit

Permalink
Adapt plugincache MergeStrategy to sbt-assembly:2.0.0
Browse files Browse the repository at this point in the history
Update MergeStrategy code to use temp files to extract the InputStreams
Update the sbt assembly plugin to use 2.0.0-RC1
Update the log4j version to 2.17.2
Update version to 2.1.0
  • Loading branch information
fnqista committed Jul 22, 2022
1 parent c6d2e7b commit 3650bdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/sbtassembly/Log4j2MergeStrategy.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ object Log4j2MergeStrategy {
() => new BufferedInputStream(new FileInputStream(mergedDatFile))
}
}
datFiles.foreach(IO.delete)
Right(JarEntry(dependencies.head.target, stream) +: Vector.empty)
}
}

0 comments on commit 3650bdc

Please sign in to comment.