-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
qs build / devmode should use .jbang marker file (when present) #16087
Comments
/cc @ebullient, @gsmet, @quarkusio/devtools |
Precedence order? does this only happen if/when pom.xml or gradle.build are not found? |
Btw. Since this issue was created jbang ended up using main.java as default fallback. So if we do this it should be looking for main.java not app.java. |
And yes suggestion is to do this if nothing else present. |
Partial support for create/build was added in #16407
As a first pass, it works, given the codestart is still producing src/GreetingResource.java, but we should clarify what we need to have happen. The following is loosely based on conversation w/ Max, the other half of which is here: jbangdev/jbang#890
I am a big fan of a predictable marker file for jbang projects. @maxandersen .. can you update the description of this issue w/ whatever from the above is relevant so goals of this issue are clear/accurate? |
Description
qs dev / build supports maven and gradle.
didnt add jbang support yet as no clean way to detect it.
now jbang has notion of default "app" which we could utilize and thus make it so
if "main.java" is present assume it is a jbang project and call out to
jbang build
,jbang run -Dquarkus.dev
, etc.The text was updated successfully, but these errors were encountered: