Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I just tried this and it worked just fine, so I don't know what to tell you here |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Due to SNYK vulnerability complaints, we're migrating our project from Quarkus 3.15.1 to latest 3.18.3. I had some problems with the rest-client library and to find the root cause I tried to bootstrap a new empty project. Following https://quarkus.io/guides/getting-started.
I do
The same command without
--gradle
creates a maven project that I can successfully build and run.Existing project where I just updated the version in settings file:
Is building and running ok too.
Something is wrong with empty projects bootstrapped with "create app --gradle" or "--gradle-kotlin-dsl".
Beta Was this translation helpful? Give feedback.
All reactions