mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-11-17 00:22:32 +01:00
Enforce LF and stop Spotless from requiring CRLF on Windows
This commit is contained in:
parent
9087047bc9
commit
c0fff9e09f
@ -53,6 +53,7 @@ java {
|
|||||||
}
|
}
|
||||||
|
|
||||||
spotless {
|
spotless {
|
||||||
|
lineEndings 'UNIX'
|
||||||
java {
|
java {
|
||||||
targetExclude("build/generated/**/*")
|
targetExclude("build/generated/**/*")
|
||||||
eclipse()
|
eclipse()
|
||||||
|
Loading…
Reference in New Issue
Block a user