1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/samples/crawler/build.gradle
Yuri Schimke 6903b89e0b Cleanup of error prone and warnings (#5268)
* Comment some warnings

* Wrap

* Disable warnings
2019-07-15 21:11:35 -04:00

8 lines
140 B
Groovy

dependencies {
implementation project(':okhttp')
implementation deps.jsoup
}
tasks.withType(JavaCompile) {
options.warnings = false
}