1
0
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:
AviKav 2020-07-08 20:22:29 -04:00
parent 9087047bc9
commit c0fff9e09f
No known key found for this signature in database
GPG Key ID: 7BC4B96BC8A7167D

View File

@ -53,6 +53,7 @@ java {
} }
spotless { spotless {
lineEndings 'UNIX'
java { java {
targetExclude("build/generated/**/*") targetExclude("build/generated/**/*")
eclipse() eclipse()