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 d771a9c commit 619051cCopy full SHA for 619051c
lib/src/main/java/com/diffplug/spotless/generic/IdeaStep.java
@@ -260,6 +260,7 @@ private List<String> getParams(File file) {
260
builder.add("-s");
261
builder.add(codeStyleSettingsPath);
262
}
263
+ builder.add("-charset").add("UTF-8");
264
builder.add(ThrowingEx.get(file::getCanonicalPath));
265
return builder.build().collect(Collectors.toList());
266
0 commit comments