Skip to content

Commit

Permalink
fix: RDCC-3047 Fixed PACTs not being verified issue (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
SujeethKumarAri authored Jul 6, 2021
1 parent d18080b commit b3deb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ task contractTest(type: Test) {

task runProviderPactVerification(type: Test) {
logger.lifecycle("Runs pact Tests")
useJUnitPlatform()
testClassesDirs = sourceSets.contractTest.output.classesDirs
classpath = sourceSets.contractTest.runtimeClasspath
systemProperty 'pact.verifier.publishResults', System.getProperty('pact.verifier.publishResults')
Expand Down

0 comments on commit b3deb64

Please sign in to comment.