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 7afe75b commit 57d36b4Copy full SHA for 57d36b4
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/FormatExtension.java
@@ -824,7 +824,7 @@ private File findDataDir() {
824
try {
825
// e.g. ~/.m2/repository/
826
var repoPath = Paths.get(localRepo.getUrl().getPath());
827
- var dataPath = repoPath.resolve("com").resolve("diffplus").resolve("spotless").resolve("spotless-data");
+ var dataPath = repoPath.resolve("com").resolve("diffplug").resolve("spotless").resolve("spotless-data");
828
return dataPath.toAbsolutePath().toFile();
829
} finally {
830
// Remove mavenLocal() repository again if it was not part of the project
0 commit comments