Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for exceptionFormat (0.47 seconds)

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

      javaLauncher.set(javaToolchains.launcherFor {
        languageVersion.set(JavaLanguageVersion.of(testJavaVersion))
      })
    
      maxParallelForks = Runtime.getRuntime().availableProcessors() * 2
      testLogging {
        exceptionFormat = TestExceptionFormat.FULL
      }
    
      systemProperty("okhttp.platform", platform)
      systemProperty("junit.jupiter.extensions.autodetection.enabled", "true")
    }
    
    tasks.withType<Test>().configureEach {
    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