In our examples, we use Gradle and set the system ...
# pact-jvm
m
In our examples, we use Gradle and set the system property based on an environment variable:
Copy code
systemProperty("pact.verifier.publishResults", System.getenv("PACT_BROKER_PUBLISH_VERIFICATION_RESULTS") == null ? "false" : "true")