Skip to content

Commit 477ed5c

Browse files
committed
Add test dep explicitly
1 parent 2d917fe commit 477ed5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

retrofit/java-test/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'java-library'
33
dependencies {
44
testImplementation projects.retrofit
55
testImplementation projects.retrofit.testHelpers
6+
testImplementation libs.findBugsAnnotations
67
testImplementation libs.junit
78
testImplementation libs.truth
89
testImplementation libs.guava

0 commit comments

Comments
 (0)