Skip to content

Commit 2157cab

Browse files
author
Ronald Holshausen
committedFeb 25, 2020
chore: Put note about using -P with the Gradle plugin
1 parent 896e82e commit 2157cab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎provider/pact-jvm-provider-gradle/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Gradle plugin for verifying pacts against a provider.
55

66
The Gradle plugin creates a task `pactVerify` to your build which will verify all configured pacts against your provider.
77

8+
__*Important Note: Any properties that need to be set when using the Gradle plugin need to be provided with `-P` and
9+
not `-D` as with the other Pact-JVM modules!*__
10+
811
## To Use It
912

1013
### For Gradle versions prior to 2.1

0 commit comments

Comments
 (0)
Please sign in to comment.