1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +03:00

Adopt Version Catalog and Updates plugin (#7075)

This commit is contained in:
Yuri Schimke
2022-02-15 23:38:32 +00:00
committed by GitHub
parent edcaa9fade
commit 362f53546d
27 changed files with 306 additions and 254 deletions

View File

@@ -6,19 +6,21 @@ plugins {
dependencies {
api(projects.okhttp)
api(projects.okhttpTls)
api(Dependencies.assertj)
api(Dependencies.bouncycastle)
implementation(Dependencies.bouncycastlepkix)
implementation(Dependencies.bouncycastletls)
api(Dependencies.conscrypt)
api(Dependencies.corretto)
api(Dependencies.openjsse)
api(Dependencies.hamcrest)
api(Dependencies.junit5Api)
api(Dependencies.junit5JupiterParams)
api(libs.assertj.core)
api(libs.bouncycastle.bcprov)
implementation(libs.bouncycastle.bcpkix)
implementation(libs.bouncycastle.bctls)
api(libs.conscrypt.openjdk)
api(libs.openjsse)
api(variantOf(libs.amazon.corretto) {
classifier("linux-x86_64")
})
api(libs.hamcrest.library)
api(libs.junit.jupiter.api)
api(libs.junit.jupiter.params)
compileOnly(Dependencies.jsr305)
compileOnly(Dependencies.android)
compileOnly(libs.findbugs.jsr305)
compileOnly(libs.robolectric.android)
}
animalsniffer {