Open davidsonnabend opened 9 months ago
This is happening with Java 17 as well. Discovered while trying to get one of my applications running on graalvm. Funnily enough, it works for compiling and running, it's just the nativeTest that fails (for the original example above, java 17 example, and my own app).
Expected Behavior
Running
./gradlew nativeTest
will compile and execute the tests as native code.Actual Behaviour
When running
./gradlew nativeTest
, the gradle tasknativeTestCompile
fails during[2/8] Performing analysis...
with the following erorr:Steps To Reproduce
./gradlew nativeTest
Environment Information
Example Application
https://github.com/davidsonnabend/micronaut-native-kotest
Version
4.2.x