Skip to content

Commit e913e19

Browse files
committed
[Build] Add gradle cache
1 parent d760b2b commit e913e19

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
java-version: 8
2020
distribution: liberica
21+
cache: gradle
2122

2223
- name: Build
2324
run: ./gradlew buildAll
@@ -65,6 +66,7 @@ jobs:
6566
with:
6667
java-version: 8
6768
distribution: liberica
69+
cache: gradle
6870

6971
- name: Ant Version
7072
run: ant -version
@@ -151,6 +153,7 @@ jobs:
151153
with:
152154
java-version: 8
153155
distribution: liberica
156+
cache: gradle
154157

155158
- name: Download Artifacts
156159
uses: actions/download-artifact@v3

config/checkstyle/suppressions.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
<suppress checks="FileLength" files="[\\/]imgui[\\/]"/>
1414
<suppress checks="FinalParameters" files="ImGui.java"/>
1515
<suppress checks="DesignForExtension" files="[\\/]imgui[\\/]app[\\/]"/>
16+
17+
<suppress checks="TypeName" files="[\\/]src[\\/]test[\\/]"/>
1618
</suppressions>

0 commit comments

Comments
 (0)