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 577a44f commit fc65f8eCopy full SHA for fc65f8e
plugins/build.gradle.kts
@@ -28,6 +28,8 @@ repositories {
28
maven(url = "https://plugins.gradle.org/m2/")
29
}
30
31
+group = "com.google.firebase"
32
+
33
spotless {
34
java {
35
target("src/**/*.java")
0 commit comments