Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fromArchiveEntry (0.09 sec)

  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 Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 03 03:59:03 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top