Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into RDCC-6697_Search_by…
Browse files Browse the repository at this point in the history
…_name_API_regex_correction
  • Loading branch information
vilasshelke-hmcts committed Apr 19, 2023
2 parents 882d16a + a9320f1 commit 7c09c2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ task runProviderPactVerification(type: Test) {
useJUnitPlatform()
testClassesDirs = sourceSets.contractTest.output.classesDirs
classpath = sourceSets.contractTest.runtimeClasspath
systemProperty 'pact.verifier.publishResults', System.getProperty('pact.verifier.publishResults')
if (project.hasProperty('pact.verifier.publishResults')) {
systemProperty 'pact.verifier.publishResults', project.property('pact.verifier.publishResults')
}
systemProperty 'pact.provider.version', project.pactVersion
include "uk/gov/hmcts/reform/cwrdapi/*ProviderTest*"
exclude "uk/gov/hmcts/reform/cwrdapi/*ConsumerTest*"
Expand Down

0 comments on commit 7c09c2c

Please sign in to comment.