diff --git a/multi/multi__customization.html b/multi/multi__customization.html index 80d3ac0313..885bc14127 100644 --- a/multi/multi__customization.html +++ b/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"