diff --git a/1.2.x/multi/multi__customization.html b/1.2.x/multi/multi__customization.html index 3522c8d4ec..6a3262f55e 100644 --- a/1.2.x/multi/multi__customization.html +++ b/1.2.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/1.2.x/single/spring-cloud-contract.html b/1.2.x/single/spring-cloud-contract.html index 10a7e011ce..88b02bebd9 100644 --- a/1.2.x/single/spring-cloud-contract.html +++ b/1.2.x/single/spring-cloud-contract.html @@ -4679,7 +4679,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> @@ -4706,7 +4706,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/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss index f4de07defc..28651dc871 100644 --- a/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss +++ b/1.2.x/spring-cloud-contract-maven-plugin/checkstyle.rss @@ -116,7 +116,7 @@ under the License.- org/springframework/cloud/contract/maven/verifier/CopyContracts.java + org/springframework/cloud/contract/maven/verifier/RunMojo.java 0 @@ -130,7 +130,7 @@ under the License. - org/springframework/cloud/contract/maven/verifier/RunMojo.java + org/springframework/cloud/contract/maven/verifier/CopyContracts.java 0 @@ -158,7 +158,7 @@ under the License. - org/springframework/cloud/contract/maven/verifier/ManifestCreator.java + org/springframework/cloud/contract/maven/verifier/stubrunner/LocalStubRunner.java 0 @@ -172,7 +172,7 @@ under the License. - org/springframework/cloud/contract/maven/verifier/stubrunner/LocalStubRunner.java + org/springframework/cloud/contract/maven/verifier/ManifestCreator.java 0 diff --git a/1.2.x/spring-cloud-contract.xml b/1.2.x/spring-cloud-contract.xml index 090424f67f..3a5dc64b7c 100644 --- a/1.2.x/spring-cloud-contract.xml +++ b/1.2.x/spring-cloud-contract.xml @@ -4,7 +4,7 @@ Spring Cloud Contract -2019-02-21 +2019-02-15 @@ -7550,7 +7550,7 @@ visible in your Groovy files. The following examples show how to test the depend @@ -7589,7 +7589,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"