snapshotCheckSkip javadoc enhancement (#634)

This commit is contained in:
Yura Nosenko
2018-05-03 14:32:06 +03:00
committed by Marcin Grzejszczak
parent 1541ae9486
commit 1078ae8072
6 changed files with 7 additions and 7 deletions

View File

@@ -261,7 +261,7 @@ closure to set it up.
* *contractsMode*: Specifies the mode of downloading contracts (whether the
JAR is available offline, remotely etc.)
* *contractsSnapshotCheckSkip*: If set to `true` will not assert whether the
downloaded stubs / contract JAR was downloaded from a remote location or a local one
downloaded stubs / contract JAR was downloaded from a remote location or a local one(only applicable to Maven repos, not Git or Pact).
* *deleteStubsAfterTest*: If set to `false` will not remove any downloaded
contracts from temporary directories
@@ -1168,4 +1168,4 @@ will be executed against the running application
under http://localhost:8081/artifactory/libs-release-local/com/example/bookstore/0.0.1.RELEASE/ .
The stubs will be here http://localhost:8081/artifactory/libs-release-local/com/example/bookstore/0.0.1.RELEASE/bookstore-0.0.1.RELEASE-stubs.jar.
To see how the client side looks like check out the <<stubrunner-docker>> section.
To see how the client side looks like check out the <<stubrunner-docker>> section.