- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fromArchiveEntry (0.05 sec)
-
build.gradle.kts
val jvmSignature by configurations.creating // Handled in :okhttp directly if (project.name != "okhttp") { configure<CheckstyleExtension> { config = resources.text.fromArchiveEntry(checkstyleConfig, "google_checks.xml") toolVersion = rootProject.libs.versions.checkStyle.get() sourceSets = listOf(project.sourceSets["main"]) }
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 11.5K bytes - Viewed (1) -
okhttp/build.gradle.kts
animalsnifferSignatures = jvmSignature } else { animalsnifferSignatures = androidSignature } } configure<CheckstyleExtension> { config = resources.text.fromArchiveEntry(checkstyleConfig, "google_checks.xml") toolVersion = rootProject.libs.versions.checkStyle.get() sourceSets = listOf(project.sourceSets["jvmMain"]) } afterEvaluate { tasks.withType<Test> {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 01 12:18:11 UTC 2025 - 12.3K bytes - Viewed (0)