浏览代码

Hard-code the clang-format version for spotless.

Mario Zechner 4 年之前
父节点
当前提交
5b09b12564
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      formatters/build.gradle

+ 1 - 1
formatters/build.gradle

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