- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for fromArchiveEntry (0.71 sec)
-
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 Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 03 03:59:03 UTC 2025 - 9.4K bytes - Viewed (0) -
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 Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 11.3K bytes - Viewed (0)