Skip to content

Commit 7edc98c

Browse files
authored
Use allprojects {} instead of subprojects {} (#199)
1 parent bd10eff commit 7edc98c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nmcp/src/main/kotlin/nmcp/plugins.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal fun nmcpSettings(settings: Settings) {
3232
if (project.rootProject == project) {
3333
project.pluginManager.apply("com.gradleup.nmcp.aggregation")
3434

35-
project.subprojects {
35+
project.allprojects {
3636
project.dependencies.add(nmcpConsumerConfigurationName, project.dependencies.create(it))
3737
}
3838
}

0 commit comments

Comments
 (0)