We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ebbc2 commit 3bb432aCopy full SHA for 3bb432a
springwolf-ui/build.gradle
@@ -83,6 +83,7 @@ spotless {
83
84
format 'json', {
85
target 'src/**/*.json'
86
+ targetExclude '**/*.actual.json'
87
88
prettier()
89
.npmExecutable("${tasks.named('npmSetup').get().npmDir.get()}${npmExec}")
0 commit comments