We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f33370 commit 05d1108Copy full SHA for 05d1108
buildSrc/src/main/java/com/google/firebase/gradle/plugins/DackkaPlugin.kt
@@ -178,7 +178,7 @@ abstract class DackkaPlugin : Plugin<Project> {
178
}
179
180
docsTask.configure {
181
- if (!isKotlin) dependsOnAndMustRunAfter(docStubs)
+ if (!isKotlin) dependsOn(docStubs)
182
183
val sourcesForKotlin = emptyList<File>() + projectSpecificSources(project)
184
val packageLists = fetchPackageLists(project)
0 commit comments