Remove guava dependency from buildSrc/build.gradle.kts (#7262)
This commit is contained in:
parent
10eda198c0
commit
00b61a2d87
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue