GitHub Actions: cache buildSrc/build to speed up Gradle builds by ~40 seconds

This commit is contained in:
Karl Tauber
2025-11-01 11:15:46 +01:00
parent 02f7cb8972
commit d4827b6ddf
7 changed files with 57 additions and 6 deletions

View File

@@ -7,6 +7,11 @@ charset = latin1
indent_style = tab
indent_size = 4
[{*.yaml,*.yml}]
end_of_line = lf
indent_style = space
indent_size = 2
[*.java]
indent_style = tab
ij_continuation_indent_size = 4