Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:p2m2/p2m2tools into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Filangi committed Jun 9, 2023
2 parents a9f7ee7 + 2982f23 commit 8d5ea9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
pomIncludeRepository := { _ => false }
publishMavenStyle := true
assembly / target := file("assembly")
assembly / assemblyJarName := s"p2m2-$static_version.jar"
assembly / logLevel := Level.Info
assembly / assemblyMergeStrategy := {
case PathList("META-INF", xs @ _*) => MergeStrategy.last
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN git clone ${REPOSITORY_URL} /p2m2tools_repo
WORKDIR /p2m2tools_repo


RUN git checkout ${BRANCH} && sbt coverageOff assembly
RUN git checkout ${BRANCH} && mkdir -p assembly && sbt coverageOff assembly

COPY p2m2tools /usr/bin/

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")

0 comments on commit 8d5ea9b

Please sign in to comment.