Skip to content

Conversation

@trask
Copy link
Member

@trask trask commented Nov 19, 2025

No description provided.

@trask trask force-pushed the gradle-configuration-cache branch 2 times, most recently from b601101 to 58f2171 Compare November 20, 2025 16:55
@trask trask force-pushed the gradle-configuration-cache branch from 58f2171 to 1095bb5 Compare November 21, 2025 01:19
Comment on lines +125 to +128
// Disable configuration cache for spotlessGroovy task which is not compatible
tasks.matching { it.name.contains("spotlessGroovy") }.configureEach {
notCompatibleWithConfigurationCache("Spotless Groovy task references other Task instances which are not supported with configuration cache")
}
Copy link
Member Author

Choose a reason for hiding this comment

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

I couldn't get spotless to be configuration cache friendly, looks like they have a good amount of work to fix it

If the warnings emitted by this becomes annoying we can look at other options

@trask trask marked this pull request as ready for review November 25, 2025 04:35
@trask trask requested a review from a team as a code owner November 25, 2025 04:35
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.

3 participants