mirror of
https://github.com/square/okhttp.git
synced 2025-11-26 06:43:09 +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
|
|
} |