Skip to content

Commit 9293af4

Browse files
committed
feat(ci): cache gradle
1 parent 9a2ab4b commit 9293af4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
build:
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
distribution: temurin
1515
java-version: 21
16+
cache: gradle
1617
- name: Validate gradle wrapper
1718
uses: gradle/actions/wrapper-validation@v4
1819
- name: Build

0 commit comments

Comments
 (0)