-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launching Quarkus Kotlin Gradle App from IDE fails #10123
Comments
/cc @quarkusio/devtools |
I can reproduce this on Gradle. The same application in Maven works |
On master as well @geoand ? |
I also tried Java Gradle project and that fails to, so I guess the IDE launcher doesn't work for Gradle? |
Good question! Let me check |
Same thing for |
Ok, thanks, we need Gradle workspace discovery for that. @glefloch is looking into that. |
Excellent 👌 |
Should be fixed with #10459 |
Describe the bug
Create a fresh app from code.quarkus.io with the 1.5.2 version:
Create a main App like:
Expected behavior
The app starts
Actual behavior
The app does not start and gives the following exception:
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
uname -a
orver
: windows 10java -version
: 14.0.1mvnw --version
orgradlew --version
): gradleThe text was updated successfully, but these errors were encountered: