Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Aug 31, 2023
1 parent b624283 commit 3fae0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ case "${1}" in
build-and-push-dev)
OTO_VERSION="dev"
copy_build
build_and_push_jar_template_version_multi_arch_temurin "$OTO_VERSION" "20"
build_and_push_jar_template_version_multi_arch_temurin "$OTO_VERSION" "17"
cleanup
;;
build-and-push-snapshot)
Expand Down Expand Up @@ -158,4 +158,4 @@ case "${1}" in
;;
esac

exit ${?}
exit ${?}
2 changes: 1 addition & 1 deletion otoroshi/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ assemblyMergeStrategy in assembly := {
case PathList(ps @ _*) if ps.contains("jna") => MergeStrategy.first
case PathList(ps @ _*) if ps.contains("findbugsExclude.xml") => MergeStrategy.first
case PathList(ps @ _*) if ps.contains("okio.kotlin_module") => MergeStrategy.first
case path if path.contains("akka/stream") => MergeStrategy.first
case path if path.contains("akka/stream") => MergeStrategy.first
case path if path.contains("org/bouncycastle") => MergeStrategy.first
case PathList("javax", xs @ _*) => MergeStrategy.first
case x =>
Expand Down

0 comments on commit 3fae0d8

Please sign in to comment.