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 {
lineEndings 'UNIX'
java {
targetExclude("build/generated/**/*")
eclipse()