Skip to content

Commit

Permalink
Merge pull request #1587 from dedis/work-be2-lauener-fix-ci
Browse files Browse the repository at this point in the history
Add protocol copy dependency when running sbt assembly
  • Loading branch information
K1li4nL authored May 23, 2023
2 parents 97af26c + ad56e22 commit 4f7994b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be2-scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ copyProtocolTask := {
// Add the copyProtocolTask to compile and test scopes
(Compile/ compile) := ((Compile/ compile) dependsOn copyProtocolTask).value
(Test/ test) := ((Test/ test) dependsOn copyProtocolTask).value
assembly := (assembly dependsOn copyProtocolTask).value

// Setup resource directory for jar assembly
(Compile/ packageBin/ resourceDirectory) := file(".") / "./src/main/resources"
Expand Down

0 comments on commit 4f7994b

Please sign in to comment.