-
Hi! However when applying the Quarkus Gradle plugin to several subprojects, I get an If you see any potential improvements that could be made for my blueprint project, please point them out! :) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Quarkus 3.11.3 is rather old. Could you try using Quarkus 3.14.2, Kotlin 2.0.10 and Gradle 8.10.1? Hint: Do not use Quarkus 3.14.3 because it has several issues with Gradle which will be fixes with Quarkus 3.14.4. |
Beta Was this translation helpful? Give feedback.
-
You have to add a beans.xml in meta-inf in each module (see https://quarkus.io/guides/cdi-reference#bean_discovery). |
Beta Was this translation helpful? Give feedback.
That is correct, and you should feel free to use Quarkus dependencies in those modules. But you don't need to use the Quarkus Gradle plugin there.