mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
Adopt Version Catalog and Updates plugin (#7075)
This commit is contained in:
@@ -19,11 +19,11 @@ tasks.jar {
|
||||
dependencies {
|
||||
api(projects.okhttp)
|
||||
api(projects.mockwebserver3)
|
||||
api(Dependencies.junit)
|
||||
api(libs.junit)
|
||||
|
||||
testImplementation(projects.okhttpTestingSupport)
|
||||
testImplementation(projects.okhttpTls)
|
||||
testImplementation(Dependencies.assertj)
|
||||
testImplementation(libs.assertj.core)
|
||||
}
|
||||
|
||||
tasks.register<JapicmpTask>("japicmp") {
|
||||
|
||||
Reference in New Issue
Block a user