-
I started a simple quarkus project mainly following this guide. The problem is that the build step attempts to use GraalVM by default. e.g. when I run
My goal is to port a spring-boot project to quarkus but deal with GraalVM in a later step. is there a way to configure gradle to disable native image building? I could not find any related configuration options in the docs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
/cc @evanchooly, @geoand |
Beta Was this translation helpful? Give feedback.
-
I am not sure what that tutorial does, but Quarkus projects generated by our tooling do not try to build the native image when running tests. |
Beta Was this translation helpful? Give feedback.
I am not sure what that tutorial does, but Quarkus projects generated by our tooling do not try to build the native image when running tests.