diff --git a/datahub-web-react/build.gradle b/datahub-web-react/build.gradle index b45c2eafab..db55cdba1a 100644 --- a/datahub-web-react/build.gradle +++ b/datahub-web-react/build.gradle @@ -150,6 +150,8 @@ task copyCapabilitySummary(type: Copy) { def sourceFile = file('../metadata-ingestion/autogenerated/capability_summary.json') if (!sourceFile.exists()) { + // We don't want frontend devs to have to run this task + // But still keeping it here to make sure the dependency is there properly in gradle dependsOn ':metadata-ingestion:capabilitySummary' }