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

Camel Debugger - Avoid relying on a custom location of the build and settings gradle files #843

Open
essobedo opened this issue May 16, 2023 · 0 comments

Comments

@essobedo
Copy link
Contributor

The fixes for #641 rely on command line options that are deprecated in Gradle 8 and will be removed in Gradle 9 see https://docs.gradle.org/8.0.1/userguide/upgrading_version_7.html#configuring_custom_build_layout

The goal of this task is to rewrite this part of the code to be compatible with future versions of Gradle. One option could be to use a specific directory to store the generated build and settings gradle files but it would also mean that the paths need to be rewritten dynamically which can be tricky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant