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 1e7f386 commit f80edccCopy full SHA for f80edcc
buildSrc/src/main/java/com/google/firebase/gradle/plugins/FirebaseLibraryPlugin.java
@@ -42,7 +42,6 @@ public class FirebaseLibraryPlugin implements Plugin<Project> {
42
public void apply(Project project) {
43
project.apply(ImmutableMap.of("plugin", "com.android.library"));
44
project.apply(ImmutableMap.of("plugin", LicenseResolverPlugin.class));
45
- project.apply(ImmutableMap.of("plugin", "com.github.sherter.google-java-format"));
46
47
FirebaseLibraryExtension firebaseLibrary =
48
project
0 commit comments