Skip to content

Commit 06b6688

Browse files
committed
Fix dependents task.
1 parent b8c0062 commit 06b6688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/com/google/firebase/gradle/plugins/ci/ContinuousIntegrationPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void apply(Project project) {
3939
Task connectedCheckDependents = sub.task("connectedCheckDependents");
4040
Task deviceCheckDependents = sub.task("deviceCheckDependents");
4141

42-
project
42+
sub
4343
.getConfigurations()
4444
.all(
4545
cfg -> {

0 commit comments

Comments
 (0)