mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
fix(build): recognise vector
as an XML tag
This commit is contained in:
parent
c6de087615
commit
9b27783886
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class SpotlessPlugin : Plugin<Project> {
|
|||
endWithNewline()
|
||||
licenseHeaderFile(
|
||||
project.file("spotless/license.xml"),
|
||||
"<(adaptive-icon|appwidget-provider|data-extraction-rules|full-backup-content|manifest|resources)"
|
||||
"<(adaptive-icon|appwidget-provider|data-extraction-rules|full-backup-content|manifest|vector|resources)"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue