diff --git a/2.0.x/multi/multi__customization.html b/2.0.x/multi/multi__customization.html index 6e067f360c..dd67a92321 100644 --- a/2.0.x/multi/multi__customization.html +++ b/2.0.x/multi/multi__customization.html @@ -145,7 +145,7 @@ visible in your Groovy files. The following examples show how to test the depend <scope>test</scope> </dependency>
Gradle. -
testCompile("com.example:beer-common:0.0.1-SNAPSHOT")+
testCompile("com.example:beer-common:0.0.1.BUILD-SNAPSHOT")
Now, you must add the dependency for the plugin to reuse at runtime, as shown in the following example:
Maven.
<plugin> @@ -172,7 +172,7 @@ following example:Maven. </dependencies> </plugin>
Gradle. -
classpath "com.example:beer-common:0.0.1-SNAPSHOT"+
classpath "com.example:beer-common:0.0.1.BUILD-SNAPSHOT"
You can now reference your classes in your DSL, as shown in the following example:
package contracts.beer.rest import com.example.ConsumerUtils diff --git a/2.0.x/single/spring-cloud-contract.html b/2.0.x/single/spring-cloud-contract.html index 943ed2e4c0..24c7f04560 100644 --- a/2.0.x/single/spring-cloud-contract.html +++ b/2.0.x/single/spring-cloud-contract.html @@ -5580,7 +5580,7 @@ visible in your Groovy files. The following examples show how to test the depend <scope>test</scope> </dependency>
Gradle. -
testCompile("com.example:beer-common:0.0.1-SNAPSHOT")+
testCompile("com.example:beer-common:0.0.1.BUILD-SNAPSHOT")
Now, you must add the dependency for the plugin to reuse at runtime, as shown in the following example:
Maven.
<plugin> @@ -5607,7 +5607,7 @@ following example:Maven. </dependencies> </plugin>
Gradle. -
classpath "com.example:beer-common:0.0.1-SNAPSHOT"+
classpath "com.example:beer-common:0.0.1.BUILD-SNAPSHOT"
You can now reference your classes in your DSL, as shown in the following example:
package contracts.beer.rest import com.example.ConsumerUtils diff --git a/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss b/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss index 0e9fdee7af..2671f964b6 100644 --- a/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss +++ b/2.0.x/spring-cloud-contract-maven-plugin/checkstyle.rss @@ -130,7 +130,7 @@ under the License.- org/springframework/cloud/contract/maven/verifier/stubrunner/RemoteStubRunner.java + org/springframework/cloud/contract/maven/verifier/RunMojo.java 0 @@ -158,7 +158,7 @@ under the License. - org/springframework/cloud/contract/maven/verifier/RunMojo.java + org/springframework/cloud/contract/maven/verifier/stubrunner/RemoteStubRunner.java 0 diff --git a/2.0.x/spring-cloud-contract.xml b/2.0.x/spring-cloud-contract.xml index 8a62c662ef..738950319c 100644 --- a/2.0.x/spring-cloud-contract.xml +++ b/2.0.x/spring-cloud-contract.xml @@ -4,7 +4,7 @@ Spring Cloud Contract -2019-02-21 +2019-02-19 @@ -8867,7 +8867,7 @@ visible in your Groovy files. The following examples show how to test the depend @@ -8906,7 +8906,7 @@ following example: Gradle - testCompile("com.example:beer-common:0.0.1-SNAPSHOT") +testCompile("com.example:beer-common:0.0.1.BUILD-SNAPSHOT") Gradle - classpath "com.example:beer-common:0.0.1-SNAPSHOT" +classpath "com.example:beer-common:0.0.1.BUILD-SNAPSHOT"