Skip to content

Commit

Permalink
Add protocol copy dependency when running sbt assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed May 23, 2023
1 parent 97af26c commit ad56e22
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 ad56e22

Please sign in to comment.