mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
* Fix native image tests' build They need friendsImplementation to test internal APIs * Also fix the package name --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>
242 B
242 B
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