Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromArchiveEntry (0.06 seconds)

  1. build-logic/src/main/kotlin/okhttp.quality-conventions.gradle.kts

    dependencies {
      add("checkstyleConfig", library("checkstyle")) {
        isTransitive = false
      }
    }
    
    configure<CheckstyleExtension> {
      config = resources.text.fromArchiveEntry(checkstyleConfig, "google_checks.xml")
      toolVersion = version("checkstyle")
    
      val sourceSets = project.extensions.findByType<SourceSetContainer>()
    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)
Back to Top