Skip to content

Commit d571de8

Browse files
committed
Add a note about cache compliance and the javadoc task
1 parent a2ce22a commit d571de8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,11 @@ abstract class DackkaPlugin : Plugin<Project> {
239239
// TODO(b/246593212): Migrate doc files to single directory
240240
private fun registerCopyJavaDocToCommonDirectoryTask(project: Project, outputDirectory: Provider<File>) =
241241
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+
*/
242247
if (project.rootProject.findProperty("dackkaJavadoc") == "true") {
243248
mustRunAfter("firesiteTransform")
244249

0 commit comments

Comments
 (0)