-
Notifications
You must be signed in to change notification settings - Fork 1.3k
The Spotless Gradle plugin has been added #187
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
Conversation
Thanks for the PR, could you please add some more context in the PR description about:
- what's the purpose/use of adding this plugin?
- how did you generate this PR?
Thanks!
Hi fishercoder1534,
The Spotless Gradle plugin offers a convenient way to format and check the formatting of Java code. It includes customization options for import order, helping ensure consistency across the codebase.
I have added the Spotless plugin to Gradle, reformatted the source files, and committed the changes.
The command I used was gradle spotlessApply
.
bde6a61
into
fishercoder1534:master
No description provided.