mirror of
https://github.com/square/okhttp.git
synced 2025-11-23 06:42:24 +03:00
* Switch to Vanniktech for Maven publishing Steal configuration from Okio, which already works nicely. * Update mockwebserver-junit5/build.gradle.kts Co-authored-by: Benoît Quenaudon <bquenaudon@squareup.com> Co-authored-by: Benoît Quenaudon <bquenaudon@squareup.com>
Native Image Tests
This executes OkHttp's test suite inside a Graalvm image.
Build the Native Image
Compile the classes and metadata into a Graalvm native image.
./gradlew --info native-image-tests:nativeImage
Execute
The native image runs JUnit 5 tests in the project.
./native-image-tests/build/graal/ConsoleLauncher