Recommended gradle test -Dquarkus.package.type=native
doesn't work as expected
#39347
Labels
-Dquarkus.package.type=native
doesn't work as expected
#39347
Running
./gradlew testNative
builds native executables and runs integration tests against them, see here.However, running that command presents the following message:
The problem is that
./gradlew test -Dquarkus.package.type=native
does neither build a native image nor does it test it, see here.The text was updated successfully, but these errors were encountered: