Skip to content

Commit

Permalink
Fix build failure by configuring and upgrading editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
VonUniGE authored and slachiewicz committed Sep 12, 2022
1 parent 3f66788 commit 9fcd94e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ end_of_line = lf
[*.xml]
indent_size = 2

[*.cmd]
[{*.cmd, *.crlf.sh}]
end_of_line = crlf
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
<plugin>
<groupId>org.ec4j.maven</groupId>
<artifactId>editorconfig-maven-plugin</artifactId>
<version>0.0.10</version>
<version>0.1.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.gmaven</groupId>
Expand Down

This file was deleted.

0 comments on commit 9fcd94e

Please sign in to comment.