Merge "Removing the "javadoc" task from the output of `./gradlew tasks`"
diff --git a/emoji-compat/build.gradle b/emoji-compat/build.gradle
index 7c9d5f0..34acb79 100644
--- a/emoji-compat/build.gradle
+++ b/emoji-compat/build.gradle
@@ -70,3 +70,7 @@
         builtBy rename
     }
 }
+
+// The "javadoc" task is unused so we don't want it to appear in the output of `./gradlew tasks`
+// So, we set the group to null
+tasks["javadoc"].group = null