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

Allow setting working directory in gradle devmode task #26729

Merged
merged 1 commit into from
Jul 14, 2022

Conversation

glefloch
Copy link
Member

This branch uses the working dir property to run quarkus dev mode process

close #26586

@glefloch glefloch requested review from aloubyansky and gastaldi July 14, 2022 08:32
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels Jul 14, 2022
Copy link
Member

@aloubyansky aloubyansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sebersole fyi, we discussed the working dir property some time ago, here is a use-case for it in dev mode.

@gastaldi gastaldi merged commit fc08b07 into quarkusio:main Jul 14, 2022
@quarkus-bot quarkus-bot bot added this to the 2.12 - main milestone Jul 14, 2022
@aloubyansky
Copy link
Member

@glefloch it'd be good to have a test for this. We may accidentally break it again.

@glefloch glefloch deleted the fix/26586 branch July 14, 2022 14:12
@glefloch
Copy link
Member Author

Right, I will add one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

workingDir in quarkusDev not respected by gradle anymore
5 participants