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 bc3261b commit b516c65Copy full SHA for b516c65
plugin-maven/src/main/java/com/diffplug/spotless/maven/FileLocator.java
@@ -144,7 +144,7 @@ private static File findDataDir() {
144
throw new RuntimeException("Unable to determine data directory in local Maven repository", e);
145
}
146
147
-
+
148
private static File findUserHome() {
149
var home = Paths.get(System.getenv("user.home"));
150
return home.resolve(".rome").toAbsolutePath().toFile();
0 commit comments