File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sbt-scalapact/src/main/scala/com/itv/scalapact/plugin
sbt-scalapact-nodeps/src/main/scala/com/itv/scalapact/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ object ScalaPactPlugin extends AutoPlugin {
185
185
@ SuppressWarnings (Array (" org.wartremover.warts.Any" ))
186
186
lazy val pactPackTask : Def .Initialize [Task [Unit ]] =
187
187
Def .task {
188
- ScalaPactTestCommand .doPactPack(scalaPactEnv.value.toSettings)
188
+ ScalaPactTestCommand .doPactPack(scalaPactEnv.value.toSettings, areScalaPactContracts.value )
189
189
}
190
190
191
191
@ SuppressWarnings (Array (" org.wartremover.warts.Any" ))
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ object ScalaPactPlugin extends AutoPlugin {
185
185
@ SuppressWarnings (Array (" org.wartremover.warts.Any" ))
186
186
lazy val pactPackTask : Def .Initialize [Task [Unit ]] =
187
187
Def .task {
188
- ScalaPactTestCommand .doPactPack(scalaPactEnv.value.toSettings)
188
+ ScalaPactTestCommand .doPactPack(scalaPactEnv.value.toSettings, areScalaPactContracts.value )
189
189
}
190
190
191
191
@ SuppressWarnings (Array (" org.wartremover.warts.Any" ))
You can’t perform that action at this time.
0 commit comments