1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/okhttp-testing-support/build.gradle
Yuri Schimke 7cf508a30b OpenJSSE Platform support (#5369)
Adds support for OpenJSSE when registered as the first security provider.
2019-08-18 12:03:51 +03:00

10 lines
148 B
Groovy

dependencies {
api project(':okhttp')
api deps.junit
api deps.assertj
api deps.conscrypt
api deps.openjsse
compileOnly deps.jsr305
}