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 60c4a82 commit 47011f8Copy full SHA for 47011f8
lib-extra/src/main/java/com/diffplug/spotless/extra/GitAttributesLineEndings.java
@@ -192,8 +192,6 @@ static class RuntimeInit {
192
/////////////////////////////////
193
// USER AND SYSTEM-WIDE VALUES //
194
195
- FS.DETECTED.setGitSystemConfig(new File("no-global-git-config-for-spotless")); // this fixes a problem
196
- // that was only occurring on Java 11. If we remove support for Java 11, we could probably remove it.
197
systemConfig = SystemReader.getInstance().openSystemConfig(null, FS.DETECTED);
198
Errors.log().run(systemConfig::load);
199
userConfig = SystemReader.getInstance().openUserConfig(systemConfig, FS.DETECTED);
0 commit comments