Skip to content

Commit

Permalink
feat: allow consumer version selector JSON to be provided with an env…
Browse files Browse the repository at this point in the history
…ironment variable
  • Loading branch information
rholshausen authored and uglyog committed Aug 2, 2022
1 parent 57533e3 commit 01e45dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The following project properties must be specified as system properties:
| `pact.verifier.enableRedirectHandling` | Enables automatically handling redirects [4.1.8+] |
| `pact.verifier.ignoreNoConsumers` | If set to `true`, don't fail the build if there are no consumers to verify [4.1.19+] |
| `pact.verifier.buildUrl` | Specifies buildUrl to report to the broker when publishing verification results [4.3.2+] |
| `pactbroker.consumerversionselectors.rawjson` | Overrides the consumer version selectors with raw JSON [4.1.29+/4.3.0+] |
| `pactbroker.consumerversionselectors.rawjson` | Overrides the consumer version selectors with raw JSON [4.1.29+/4.3.0+] || `pactbroker.consumerversionselectors.rawjson` | Overrides the consumer version selectors with raw JSON [4.1.29+/4.3.0+] |

## Specifying the provider hostname at runtime

Expand Down

0 comments on commit 01e45dc

Please sign in to comment.