mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
8 lines
140 B
Groovy
8 lines
140 B
Groovy
dependencies {
|
|
implementation project(':okhttp')
|
|
implementation deps.jsoup
|
|
}
|
|
|
|
tasks.withType(JavaCompile) {
|
|
options.warnings = false
|
|
} |