mirror of
https://github.com/square/okhttp.git
synced 2025-07-29 17:41:17 +03:00
Adopt Version Catalog and Updates plugin (#7075)
This commit is contained in:
@ -18,15 +18,15 @@ project.applyOsgi(
|
||||
|
||||
dependencies {
|
||||
api(projects.okhttp)
|
||||
compileOnly(Dependencies.jsr305)
|
||||
compileOnly(libs.findbugs.jsr305)
|
||||
|
||||
testCompileOnly(Dependencies.jsr305)
|
||||
testImplementation(Dependencies.junit)
|
||||
testCompileOnly(libs.findbugs.jsr305)
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(projects.mockwebserver3)
|
||||
testImplementation(projects.mockwebserver3Junit5)
|
||||
testImplementation(projects.okhttpTestingSupport)
|
||||
testImplementation(projects.okhttpTls)
|
||||
testImplementation(Dependencies.assertj)
|
||||
testImplementation(libs.assertj.core)
|
||||
}
|
||||
|
||||
tasks.register<JapicmpTask>("japicmp") {
|
||||
|
Reference in New Issue
Block a user