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 {
|
cpp {
|
||||||
target "*/src/**/*.cpp"
|
target "*/src/**/cpp/*.cpp"
|
||||||
clangFormat()
|
clangFormat("18.1.8")
|
||||||
licenseHeaderFile("NOTICE")
|
licenseHeaderFile("NOTICE")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue