mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +03:00
* Update dependency org.graalvm.buildtools.native:org.graalvm.buildtools.native.gradle.plugin to v0.11.0 * Fix graal build --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yuri Schimke <yuri@schimke.ee>
Native Image Tests
This executes OkHttp's test suite inside a Graalvm image.
Execute
The native image runs JUnit 5 tests in the project.
./gradlew -PgraalBuild=true --info native-image-tests:nativeTest