Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for OKHTTP_ROOT (0.05 seconds)

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

      }
    
      systemProperty("okhttp.platform", platform)
      systemProperty("junit.jupiter.extensions.autodetection.enabled", "true")
    }
    
    tasks.withType<Test>().configureEach {
      environment("OKHTTP_ROOT", rootDir)
    }
    
    plugins.withId("org.jetbrains.kotlin.jvm") {
      val test = tasks.named("test")
      tasks.register("jvmTest") {
        description = "Get 'gradlew jvmTest' to run the tests of JVM-only modules"
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sat Feb 07 07:16:57 GMT 2026
    - 1.7K bytes
    - Click Count (0)
Back to Top