We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1095bb5 commit aa4e658Copy full SHA for aa4e658
conventions/src/main/kotlin/otel.spotless-conventions.gradle.kts
@@ -121,3 +121,8 @@ if (project == rootProject) {
121
}
122
123
124
+
125
+// Disable configuration cache for spotlessGroovy task which is not compatible
126
+tasks.matching { it.name.contains("spotlessGroovy") }.configureEach {
127
+ notCompatibleWithConfigurationCache("Spotless Groovy task references other Task instances which are not supported with configuration cache")
128
+}
0 commit comments