We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The quinoa starter project mentioned in the documentation doesn't work for me with Gradle, but it works fine with Maven.
2.5.0
3.16.4
Vite
NPM
gradlew.bat quarkusDev
* What went wrong: Execution failed for task ':quarkusDev'. > The `src/main/java` directory is required, please create it.
Expected to run the project on the dev mode.
The text was updated successfully, but these errors were encountered:
Sorry I don't use Gradle so I am no help on this one....
Sorry, something went wrong.
@melkassib yeah it might require the src/main/java for gradle, maybe we should just add it with a gitkeep or something so it's created
No branches or pull requests
Describe the bug
The quinoa starter project mentioned in the documentation doesn't work for me with Gradle, but it works fine with Maven.
Quinoa version
2.5.0
Quarkus version
3.16.4
Build / Runtime
Vite
Package Manager
NPM
Steps to reproduce the behavior
gradlew.bat quarkusDev
:Expected behavior
Expected to run the project on the dev mode.
The text was updated successfully, but these errors were encountered: