mirror of
https://github.com/square/okhttp.git
synced 2025-11-05 12:17:34 +08:00
* Run all the tests in CI We haven't been. I would have expected ./gradlew test to run everything, but it doesn't. We need to explicitly run jvmTest to get all of our tests to run. * Use allTests, not jvmTest * Support Corretto on osx-aarch_64 * Handle the exception message from OpenJDK 21 * Fixup Loom tests --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>