File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
buildSrc/src/main/java/com/google/firebase/gradle/plugins Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,11 @@ abstract class DackkaPlugin : Plugin<Project> {
239
239
// TODO(b/246593212): Migrate doc files to single directory
240
240
private fun registerCopyJavaDocToCommonDirectoryTask (project : Project , outputDirectory : Provider <File >) =
241
241
project.tasks.register<Copy >(" copyJavaDocToCommonDirectory" ) {
242
+ /* *
243
+ * This is not currently cache compliant. The need for this property is
244
+ * temporary while we test it alongside the current javaDoc task. Since it's such a
245
+ * temporary behavior, losing cache compliance is fine for now.
246
+ */
242
247
if (project.rootProject.findProperty(" dackkaJavadoc" ) == " true" ) {
243
248
mustRunAfter(" firesiteTransform" )
244
249
You can’t perform that action at this time.
0 commit comments