mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-21 09:34:04 +02:00
Enforce LF line endings & fix build.gradle
This commit is contained in:
parent
ad8c84be27
commit
ed0fc19cfb
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
* text=auto eol=lf
|
@ -42,11 +42,5 @@ intellij {
|
|||||||
setPlugins("java")
|
setPlugins("java")
|
||||||
}
|
}
|
||||||
|
|
||||||
idea {
|
|
||||||
module {
|
|
||||||
excludeDirs.add(buildDir)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
group = "org.acejump"
|
group = "org.acejump"
|
||||||
version = "4.0"
|
version = "4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user