Skip to content

Commit 05d1108

Browse files
committed
Revert to dependsOn for docstubs dep
1 parent 6f33370 commit 05d1108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ abstract class DackkaPlugin : Plugin<Project> {
178178
}
179179

180180
docsTask.configure {
181-
if (!isKotlin) dependsOnAndMustRunAfter(docStubs)
181+
if (!isKotlin) dependsOn(docStubs)
182182

183183
val sourcesForKotlin = emptyList<File>() + projectSpecificSources(project)
184184
val packageLists = fetchPackageLists(project)

0 commit comments

Comments
 (0)