Skip to content

Commit 25d9e5f

Browse files
committed
okhttp: include tests in third_party/okhttp
1 parent 4ee1b63 commit 25d9e5f

21 files changed

+744
-1
lines changed

okhttp/build.gradle

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ dependencies {
1414
project.sourceSets {
1515
main {
1616
java {
17-
srcDir "${projectDir}/third_party/okhttp/java"
17+
srcDir "${projectDir}/third_party/okhttp/main/java"
18+
}
19+
}
20+
test {
21+
java {
22+
srcDir "${projectDir}/third_party/okhttp/test/java"
1823
}
1924
}
2025
}

0 commit comments

Comments
 (0)