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

Unsupported feature "indent-number" #818

Closed
baron1405 opened this issue Nov 17, 2023 · 4 comments
Closed

Unsupported feature "indent-number" #818

baron1405 opened this issue Nov 17, 2023 · 4 comments

Comments

@baron1405
Copy link

The indent-number is not a supported feature in all XML transformers and causes the dependencyUpdates task to fail with:

Unrecognized configuration feature: indent-number

Simply remove the call to set this feature and go with the default indentation.

@ben-manes
Copy link
Owner

oh thanks. if this is causing trouble we can get a release out or you could specify the JVM to prefer the native transformer in your gradle.properties. The older xml providers are not compatible due to security restrictions in Gradle 8.4 onward.

@baron1405
Copy link
Author

Thanks for the quick reply! I would appreciate a release with the feature setting removed. Thanks for this great plugin!

@ben-manes
Copy link
Owner

Sorry, got held up with family and things. I'll cut a release with this fix, thanks!

@baron1405
Copy link
Author

Thanks for the quick release. I can confirm that the new release fixes the problem.

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

2 participants