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 5024606 commit 73f04d5Copy full SHA for 73f04d5
buildSrc/src/main/java/com/google/firebase/gradle/plugins/PomValidator.kt
@@ -50,7 +50,7 @@ abstract class PomValidator : DefaultTask() {
50
throw GradleException("Dependency version errors found:\n${diff}")
51
}
52
} catch (_: java.io.FileNotFoundException) {
53
- // New sdk gmaven artifact doesn't exist.
+ // Gmaven artifact doesn't exist.
54
return
55
56
0 commit comments