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 d941aad commit 6e4be16Copy full SHA for 6e4be16
buildSrc/src/main/java/com/google/firebase/gradle/plugins/PomValidator.kt
@@ -99,6 +99,7 @@ abstract class PomValidator : DefaultTask() {
99
listOf(
100
"javax.inject", // javax.inject doesn't respect SemVer and doesn't update
101
"dagger", // dagger doesn't respect Semver
102
+ "auto-service-annotations", // auto-service-annotations doesn't respect SemVer
103
)
104
}
105
0 commit comments