Replies: 3 comments 4 replies
-
/cc @geoand (kotlin) |
Beta Was this translation helpful? Give feedback.
1 reply
-
I suspect a version mismatch somewhere but it's hard to figure it out from your project structure. Check that the Quarkus Gradle plugin and the Quarkus dependencies are exactly the same version. |
Beta Was this translation helpful? Give feedback.
3 replies
-
In my case quarkus plugin depends on jackson and it was conflicting with org.flywaydb.flyway plugin, upgraded flyway plugin and the problem was gone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I am working on the following project using Quarkus 3.12, Kotlin and Gradle: https://gitlab.com/rug-digitallab/products/themis/runtimes/container-runtime
When I try to run
:container-runtime:quarkusDev
, I get the following error:This is the only information I get. When I actually run the project without Quarkus Dev (like building it in a container and running it), it does work. But when I try to run it as Quarkus Dev, it fails with this error.
Does anyone know why this happens and how I can fix it?
Beta Was this translation helpful? Give feedback.
All reactions