Hard-code the clang-format version for spotless.

This commit is contained in:
Mario Zechner 2021-08-18 19:40:54 +02:00
parent 51e7a41651
commit 5b09b12564

View File

@ -26,7 +26,7 @@ spotless {
'spine-sfml/**/*.h', 'spine-sfml/**/*.h',
'spine-ue4/**/*.cpp', 'spine-ue4/**/*.cpp',
'spine-ue4/**/*.h' 'spine-ue4/**/*.h'
clangFormat('{versionFound}').style('file') clangFormat('11.0.0-2~ubuntu20.04.1').style('file')
} }
typescript { typescript {