Skip to content

Commit dbea830

Browse files
committed
show applying to subprojects in the README
1 parent 25ada50 commit dbea830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Migration to 4.x
121121

122122
```groovy
123123
plugins {
124-
id 'org.scoverage' version '4.0.0' apply false
124+
id 'org.scoverage' version '4.0.0'
125125
}
126-
allprojects {
126+
subprojects {
127127
apply plugin: 'org.scoverage'
128128
}
129129
```

0 commit comments

Comments
 (0)