0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Fix Spotless trying to access app-k9mail/dependencies folder

This commit is contained in:
Wolf-Martell Montwé 2024-01-15 13:07:06 +01:00
parent c88df81c90
commit daabeaa0bf
No known key found for this signature in database
GPG Key ID: 6D45B21512ACBF72

View File

@ -27,6 +27,7 @@ configure<SpotlessExtension> {
format("misc") {
target("**/*.gradle", "**/.gitignore")
trimTrailingWhitespace()
targetExclude("app-k9mail/dependencies/**")
}
}