Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Dec 6, 2025

No description provided.

"**/*.md",
"**/*.sh",
"**/*.dockerfile",
"**/gradle.properties"
Copy link
Member Author

Choose a reason for hiding this comment

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

the leading **/ causes slowness b/c searching entire directory tree

Comment on lines -97 to -105
groovy {
target("**/*.groovy")
targetExclude("**/build/**")
licenseHeaderFile(
rootProject.file("buildscripts/spotless.license.java"),
"(package|import|(?:abstract )?class)"
)
endWithNewline()
}
Copy link
Member Author

Choose a reason for hiding this comment

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

only 1 module (grails) has groovy files so moved this there

@trask trask marked this pull request as ready for review December 6, 2025 03:57
@trask trask requested a review from a team as a code owner December 6, 2025 03:57
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

Successfully merging this pull request may close these issues.

1 participant