Skip to content

Commit 73f04d5

Browse files
committed
update
1 parent 5024606 commit 73f04d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/PomValidator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ abstract class PomValidator : DefaultTask() {
5050
throw GradleException("Dependency version errors found:\n${diff}")
5151
}
5252
} catch (_: java.io.FileNotFoundException) {
53-
// New sdk gmaven artifact doesn't exist.
53+
// Gmaven artifact doesn't exist.
5454
return
5555
}
5656
}

0 commit comments

Comments
 (0)