Skip to content

Commit c7dc675

Browse files
committed
fix 2.19.5 build issue
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>
1 parent 0f77834 commit c7dc675

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ allprojects {
123123
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0"
124124
resolutionStrategy.force "net.bytebuddy:byte-buddy:1.14.9"
125125
resolutionStrategy.force "org.apache.commons:commons-lang3:3.18.0"
126+
resolutionStrategy.force "com.google.errorprone:error_prone_annotations:2.45.0"
126127
}
127128
}
128129

0 commit comments

Comments
 (0)