build: fix spotless config

- Missing NOTICE
- CPP format was going too deep
This commit is contained in:
Alexander Capehart 2024-12-16 13:34:22 -05:00
parent d4d00249df
commit 18c5b3618c
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 2 additions and 2 deletions

View file

View file

@ -39,8 +39,8 @@ spotless {
} }
cpp { cpp {
target "*/src/**/*.cpp" target "*/src/**/cpp/*.cpp"
clangFormat() clangFormat("18.1.8")
licenseHeaderFile("NOTICE") licenseHeaderFile("NOTICE")
} }
} }