Skip to content

Commit

Permalink
correct pactPack command
Browse files Browse the repository at this point in the history
  • Loading branch information
jbwheatley committed May 12, 2021
1 parent 8557ffd commit a2f7f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -185,7 +185,7 @@ object ScalaPactPlugin extends AutoPlugin {
@SuppressWarnings(Array("org.wartremover.warts.Any"))
lazy val pactPackTask: Def.Initialize[Task[Unit]] =
Def.task {
ScalaPactTestCommand.doPactPack(scalaPactEnv.value.toSettings)
ScalaPactTestCommand.doPactPack(scalaPactEnv.value.toSettings, areScalaPactContracts.value)
}

@SuppressWarnings(Array("org.wartremover.warts.Any"))
Expand Down
Expand Up @@ -185,7 +185,7 @@ object ScalaPactPlugin extends AutoPlugin {
@SuppressWarnings(Array("org.wartremover.warts.Any"))
lazy val pactPackTask: Def.Initialize[Task[Unit]] =
Def.task {
ScalaPactTestCommand.doPactPack(scalaPactEnv.value.toSettings)
ScalaPactTestCommand.doPactPack(scalaPactEnv.value.toSettings, areScalaPactContracts.value)
}

@SuppressWarnings(Array("org.wartremover.warts.Any"))
Expand Down

0 comments on commit a2f7f1b

Please sign in to comment.