Skip to content

Commit 47011f8

Browse files
author
ntwigg
committed
Remove workaround introduced in 0c66cb0
1 parent 60c4a82 commit 47011f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib-extra/src/main/java/com/diffplug/spotless/extra/GitAttributesLineEndings.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ static class RuntimeInit {
192192
/////////////////////////////////
193193
// USER AND SYSTEM-WIDE VALUES //
194194
/////////////////////////////////
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.
197195
systemConfig = SystemReader.getInstance().openSystemConfig(null, FS.DETECTED);
198196
Errors.log().run(systemConfig::load);
199197
userConfig = SystemReader.getInstance().openUserConfig(systemConfig, FS.DETECTED);

0 commit comments

Comments
 (0)