1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-05-02 02:34:06 +02:00

Enforce LF line endings & fix build.gradle

This commit is contained in:
chylex 2020-12-07 02:11:35 +01:00
parent ad8c84be27
commit ed0fc19cfb
2 changed files with 2 additions and 7 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

View File

@ -42,11 +42,5 @@ intellij {
setPlugins("java")
}
idea {
module {
excludeDirs.add(buildDir)
}
}
group = "org.acejump"
version = "4.0"
version = "4.0"