Skip to content

Commit 84b06ba

Browse files
committed
Fix caching for Spotless
1 parent 4bc1fc5 commit 84b06ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/quarkus/develocity/project/plugins/SpotlessConfiguredPlugin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ private static void configureApply(GoalMetadataProvider.Context context) {
3939
// Entities used by Spotless with parameters defined in FormatterFactory
4040
// we can ignore them as our formatting is consistent throughout the project
4141
inputs.ignore("java", "python", "scala", "groovy", "javascript", "json", "kotlin", "cpp", "antlr4", "sql",
42-
"typescript", "yaml", "pom", "markdown");
42+
"typescript", "yaml", "pom", "markdown", "css", "gherkin", "go", "m2eEnableForIncrementalBuild",
43+
"protobuf", "rdf", "shell", "spotlessIdeHook", "spotlessIdeHookUseStdIn", "spotlessIdeHookUseStdOut");
4344
});
4445

4546
context.metadata().nested("licenseHeader",

0 commit comments

Comments
 (0)