- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for checkstyleConfig (0.08 seconds)
-
build-logic/src/main/kotlin/okhttp.quality-conventions.gradle.kts
tasks.withType<Checkstyle>().configureEach { exclude("**/CipherSuite.java") } val checkstyleConfig = configurations.maybeCreate("checkstyleConfig") dependencies { add("checkstyleConfig", library("checkstyle")) { isTransitive = false } } configure<CheckstyleExtension> { config = resources.text.fromArchiveEntry(checkstyleConfig, "google_checks.xml") toolVersion = version("checkstyle")
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.9K bytes - Click Count (0) -
okhttp/build.gradle.kts
"Automatic-Module-Name: okhttp3", "Bundle-SymbolicName: com.squareup.okhttp3", ) val androidSignature by configurations.getting val jvmSignature by configurations.getting val checkstyleConfig by configurations.getting // Animal Sniffer confirms we generally don't use APIs not on Java 8. configure<AnimalSnifferExtension> { annotation = "okhttp3.internal.SuppressSignatureCheck"
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Feb 04 22:16:39 GMT 2026 - 11.4K bytes - Click Count (0)