Skip to content
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

Starter project not working with Gradle #810

Open
melkassib opened this issue Nov 21, 2024 · 2 comments
Open

Starter project not working with Gradle #810

melkassib opened this issue Nov 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@melkassib
Copy link

melkassib commented Nov 21, 2024

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

  1. Download the quinoa starter project from code.quarkus.io with these settings:
  • Java version: 21
  • Gradle with Kotlin DSL
  1. Run quarkus dev gradlew.bat quarkusDev:
* What went wrong:
Execution failed for task ':quarkusDev'.
> The `src/main/java` directory is required, please create it.

Expected behavior

Expected to run the project on the dev mode.

@melloware
Copy link
Contributor

Sorry I don't use Gradle so I am no help on this one....

@melloware melloware added the bug Something isn't working label Nov 21, 2024
@ia3andy
Copy link
Collaborator

ia3andy commented Dec 2, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants