Replies: 4 comments 2 replies
-
|
the project is open source - https://github.com/unoplat/unoplat-codebase-understanding/tree/main/code-with-quarkus |
Beta Was this translation helpful? Give feedback.
-
|
@carlesarnal can you please take a look? |
Beta Was this translation helpful? Give feedback.
-
|
quarkus cli is not participating in how snapshots are handled. That's up to your maven/gradle configuration. |
Beta Was this translation helpful? Give feedback.
-
|
@JayGhiya I don't think we publish snapshots yet. At least our CI for this plugin does not. Unless the Quarkus Platform does. I'm not familiar with this process thou. @gastaldi do you know? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Understanding from quarkus documentation that the libs that are in snapshot are being handled by quarkus cli automatically in terms of fetching from right registry/repository. My assumption might be wrong too. so tried using quarkus cli to update the dependency
It failed to fetch from snapshot repository/registry.
So tried using the last released version 2.4.1 but the properties seem to be unrecognised and it fails in generating server resources.
Here the application properties:
Beta Was this translation helpful? Give feedback.
All reactions