Hard-code our clang-format version.

This commit is contained in:
Mario Zechner 2021-08-18 19:53:54 +02:00
parent 526d28c03b
commit a475b8a9c3

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().pathToExe("$System.env.CLANGFORMAT").style('file') clangFormat("12.0.1").pathToExe("$System.env.CLANGFORMAT").style('file')
} }
typescript { typescript {