You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using au.com.dius.pact.provider:junit5spring:4.2.4, JDK 11, Gradle 6.5.
Setting pact.provider.version in the environment has no effect.
My workaround is to use System.setProperty("pact.provider.version", System.getenv("VERSION")); in a @BeforeAll block.
Other annotations like pactbroker.auth.token=blah;pact.verifier.publishResults=true;pactbroker.url=https://blah.pactflow.io; work if passed via environment.
The text was updated successfully, but these errors were encountered:
Using
au.com.dius.pact.provider:junit5spring:4.2.4
, JDK 11, Gradle 6.5.Setting
pact.provider.version
in the environment has no effect.My workaround is to use
System.setProperty("pact.provider.version", System.getenv("VERSION"));
in a@BeforeAll
block.Other annotations like
pactbroker.auth.token=blah;pact.verifier.publishResults=true;pactbroker.url=https://blah.pactflow.io;
work if passed via environment.The text was updated successfully, but these errors were encountered: