Skip to content

Commit f80edcc

Browse files
committed
Fix
1 parent 1e7f386 commit f80edcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/FirebaseLibraryPlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public class FirebaseLibraryPlugin implements Plugin<Project> {
4242
public void apply(Project project) {
4343
project.apply(ImmutableMap.of("plugin", "com.android.library"));
4444
project.apply(ImmutableMap.of("plugin", LicenseResolverPlugin.class));
45-
project.apply(ImmutableMap.of("plugin", "com.github.sherter.google-java-format"));
4645

4746
FirebaseLibraryExtension firebaseLibrary =
4847
project

0 commit comments

Comments
 (0)