build: fix spotless config
- Missing NOTICE - CPP format was going too deep
This commit is contained in:
parent
d4d00249df
commit
18c5b3618c
2 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ spotless {
|
|||
}
|
||||
|
||||
cpp {
|
||||
target "*/src/**/*.cpp"
|
||||
clangFormat()
|
||||
target "*/src/**/cpp/*.cpp"
|
||||
clangFormat("18.1.8")
|
||||
licenseHeaderFile("NOTICE")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue