Skip to content

Commit 2c8ab01

Browse files
authored
Ignore auto-service-annotations in pom validator (#5208)
1 parent 7af0012 commit 2c8ab01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ abstract class PomValidator : DefaultTask() {
9999
listOf(
100100
"javax.inject", // javax.inject doesn't respect SemVer and doesn't update
101101
"dagger", // dagger doesn't respect Semver
102+
"auto-service-annotations", // auto-service-annotations doesn't respect SemVer
102103
)
103104
}
104105
}

0 commit comments

Comments
 (0)