Remove guava dependency from buildSrc/build.gradle.kts (#7262)

This commit is contained in:
jack-berg 2025-04-09 13:00:15 -05:00 committed by GitHub
parent 10eda198c0
commit 00b61a2d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ dependencies {
implementation("com.google.auto.value:auto-value-annotations:1.11.0")
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
// Needed for japicmp but not automatically brought in for some reason.
implementation("com.google.guava:guava:33.4.6-jre")
implementation("com.gradle.develocity:com.gradle.develocity.gradle.plugin:3.19.2")
implementation("com.squareup:javapoet:1.13.0")
implementation("com.squareup.wire:wire-compiler")