Exclude weblate strings

This commit is contained in:
Jobobby04 2024-08-23 16:26:54 -04:00
parent 91b98cdb82
commit 45b5d9b8a4

View File

@ -28,6 +28,8 @@ spotless {
format("xml") {
target("**/*.xml")
targetExclude("**/build/**/*.xml")
// weblate seems to have its own line endings
targetExclude("**/moko-resources/**/*.xml")
trimTrailingWhitespace()
endWithNewline()
}